Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have the following expression.
=Sum({<days={">=5 <10"}>}[LC2 Amount])
I want to add isnull into this expression.
I have tried this expression:
=Sum({<days={">=5 <10"}>}if(isnull([Clrng doc]),[LC2 Amount]))
But there value is not matching. If i click on the filter then the value is matching.
Is there anything wrong in my expression.
Thanks,
R. Bharat Kishore
Sorry i have got this..
Sorry i have got this..
try single quotes
=Sum({<days={'>=5 <10'}>}if(isnull([Clrng doc]),[LC2 Amount]))