yes no prompt column null-value
Sydney DOct 15 2009 — edited Oct 22 2009I want to have a yes/no (dashboard) prompt on a column to distinguish between null and not null values of the column,
so that the user can filter out null-values of the column.
I created a prompt and in the formula(Fx) I wrote:
CASE WHEN <column_name> IS NULL THEN 'YES' ELSE 'NO' END
But now I am at a loss how to continue, the (value)-filter doesn't seem to work with the report.
Greetings.