Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a requirement where in i have to add a condition like resolveddate is not null. Can someone help me how to implement this condition in the set analysis ASAP.
Thanks in advance,
Smitha
Just say resolvedate = {"*"}
Hi
Filtering Null is a tricky part.
You can try {*} to select all values that should exclude the null value and - {''} should get rid of the blank values.
=sum({$<resolveddate ={'*'}-{''}>} 1)
Regards
ASHFAQ