Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to write not null in the set analysis

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


2 Replies
Not applicable
Author

Just say resolvedate = {"*"}

ashfaq_haseeb
Champion III
Champion III

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