I'm not sure if this is really a computed_field issue - I figured it "might" be - because of http://drupal.org/node/1426372

I have the exact same issue as there (#3) - except the solution (#5) is not the solution here (since my view is already set correctly to computed_field_unsanitized).

I want the field to output to be rewritten to:

[field_completedpercent-value]%

But it's sanitized - so the style part is removed.

Any ideas as how I can get the unsanitized formatter, to actually be unsanitized?

Comments

klavs’s picture

Status: Active » Closed (works as designed)

looked at the code - and saw this module did nothing to the output - and found an issue about views that does.
Closing.

klavs’s picture

Issue summary: View changes

explaining why #5 solution is n/a here.