Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
im unable to replace null values with NA, i have tried with multiple function its not working for me.
Kindly could someone help me.
if(Len(Trim(Value))=0 or Isnull(Value),'NA',
if(Type= 'MON',Num(MaxString({<MonthYear=,MonthYear={"$(=date(MonthYear-10,'MMM YY'))"}>}Value),'$###,###.00')&'',
if(Type= 'PCT',Num(MaxString({<MonthYear=,MonthYear={"$(=date(MonthYear-10,'MMM YY'))"}>}Value)*100,'##.00%'&' ')&'',
if(Type= 'QTY',Num(MaxString({<MonthYear=,MonthYear={"$(=date(MonthYear-10,'MMM YY'))"}>}Value),',###,###.')))))
Thanks & Regards,
NR
Hi Navin,
Convert the null value with 'NA' in script. and use in front end.
if(Len(Trim(Value))=0 or Isnull(Value),'NA', Value) as Value
Hope it helps
Here are some links that may be of use:
https://community.qlik.com/t5/Qlik-Design-Blog/NULL-The-Invisible-Nothing/ba-p/1467674
https://community.qlik.com/t5/Qlik-Design-Blog/Finding-NULL/ba-p/1474279
https://community.qlik.com/t5/Qlik-Design-Blog/Replacing-Null-Values-in-Multiple-Fields/ba-p/1470988
There is also ability to change directly in some chart types, see Help below for example:
Regards,
Brett
can you help me in the pivot table.
I want to hide the rows where column 2 = 0.
how to do it quickly?
I want to hide the rows where column 2 > 0.