Loading

Displaying Missing Values as Strings for a Measure

Udgivelsesdato: Apr 25, 2025
Opgave
How to display missing values as strings, like "N/A" or "Null", for a measure in a table.
Trin
Create a calculated field similar to the following and replace the Measure in the view.

IF LOOKUP(ZN(SUM([Measure])),0) = 0
THEN 'N/A' ELSE STR(SUM([Measure])) END
Yderligere ressourcer
Additional string formatting may be required because the measure is effectively turned into a string, so any integer formatting is lost. More information about this topic can be found in the following Community Forums post: How to replace "No values" [Not Nulls] with N/A.
Vidensartikelnummer

001456676

 
Indlæser
Salesforce Help | Article