
Not applicable
2014-06-24
12:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
4,784 Views
2 Replies

Not applicable
2014-06-24
12:18 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just say resolvedate = {"*"}
3,541 Views

Champion III
2014-06-24
12:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
