Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a chart where I am using a calculated dimension: : if(isnull(TargetFlag),' null','not null').
This is working fine in the chart as a column, however when i give the same condition in the listbox/multibox it doesn't show me the option 'null'.
Also clicking 'null' in the chart doesn't filter it. Not null works fine. Please advise.
Agree with you.
Regards,
Kaushik Solanki
Here you go.
Hi Sunny,
Any suggestion?
Leaving work.... will check this out as soon as I get home ![]()
Thanks ![]()
Hi,
if(Len(Date(Doc_Signed,'MM/DD/YYYY'))=0,0,1)
check it here once this calculation Date(Doc_Signed,'MM/DD/YYYY'))
some times it might convert it as numeric value ,in that case it will come under always one .