Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have below expression as :
count(Distinct {<SEVERITY_NAME={'A' }>}if(CREATE_DATE<DepDate and (isnull(CLOSE_DATE) or CLOSE_DATE>=DepDate),ID))
+
count(Distinct if(CREATE_DATE>DepDate,ID))
Now I need to write the same expression as a
Calculated Dimension .need help in getting this
Thanks in Advance
Hi Expertise
Any help on my post
Thanks
Hi All,
Is this not possible ? or no way to achieve the above expression as a calculated dimension ?
Give a try using Aggr() function and also look into this link and see if that helps:
https://community.qlik.com/t5/QlikView-App-Dev/Calculated-Expression-Use-as-a-Dimension/td-p/1547832
This did not help ...I am really stuck with this now