Hello everyone,
I'm new to Cognos Analytics. I'm trying to build a CrossTab. The viz gives me (no value) for all NULL values. I would like to edit this to either make it '0' or Blank. Could you please help me on this?
Additionally, I tried the following methods but it didn't work out.
-> CASE
WHEN Quantity = '' THEN '0'
ELSE Quantity END
-> coalesce (trim ( both, Quantity),'0')
Let me know your thoughts.
------------------------------
Sri
------------------------------
#CognosAnalyticswithWatson