Removing NULL value from dashboard prompt
Hi,
I have a dashboard prompt to display the region name but display only those regions those are active.......I have applied a query
CASE WHEN "D01 Store Dim"."Effective To Date" IS NULL AND "D01 Store Dim"."Current Man Region" IS NOT NULL THEN "D01 Store Dim"."Current Man Region" End
This does display the right result except that at the bottom i'm also getting '(NULL)' value displayed. how can we hide this?
Your help and advice is appreciated!!
Cheers,
Shan