
Specialist
2018-01-02
08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Set analysis
Hello,
I have this KPI :
Count(doc)
and i need to this condition to have just the number of docs who have values >30 :
if(num(num#(interval(Field2-Field1,'mm'),'###'))>30)
how to do this with set analysis
Thanks
310 Views
1 Solution
Accepted Solutions

MVP
2018-01-02
08:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How about this
Count(DISTINCT {<doc = {"=Num#(Interval(Field2 - Field1, 'mm'),'###') >30"}>} doc)
1 Reply

MVP
2018-01-02
08:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How about this
Count(DISTINCT {<doc = {"=Num#(Interval(Field2 - Field1, 'mm'),'###') >30"}>} doc)
