Question
Embedding Format into a Value Expression
I am trying to customize a numeric column to display "N/A" when the value is blank. For this to happen I needed to switch my value format to HTML. Now that it is HTML the numeric values in the file no longer show up at $1,234 but at 1234. Can I embed formatting into my Value Expression? Here is what I currently have. Any Help would be appreciated. displayname=2018 Proposed Tax linkedname=direct namekey=2018 Proposed Tax querysort=DE:2018 Proposed Tax textmode=true valueexpression=IF(ISBLANK({DE:2018 Proposed Tax}),"N/A",{DE:2018 Proposed Tax}) valueformat=HTML Thank you Jodie Otten Dominium Inc.