Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Mothapoe
Contributor II
Contributor II

Interval Date with Set Analysis

Good Day, I created below interval expression and I would like to add set analysis on it.

=Interval(Date(logged_date_key, 'YYYY/MM/DD') - Date(today(), 'YYYY/MM/DD'), 'DD')

I want below set analysis filters on above expression

{<Case_Status={'Follow Up','Open','Work In Progress'}>}

Your assistance will be greatly appreciated

 

 

Labels (1)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master II
Partner - Master II

Try this

=Interval(Avg({<Case_Status={'Follow Up','Open','Work In Progress'}>}Date(logged_date_key,'YYYY/MM/DD')-Date(today(),'YYYY/MM/DD')),'DD')

View solution in original post

1 Reply
BrunPierre
Partner - Master II
Partner - Master II

Try this

=Interval(Avg({<Case_Status={'Follow Up','Open','Work In Progress'}>}Date(logged_date_key,'YYYY/MM/DD')-Date(today(),'YYYY/MM/DD')),'DD')