Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
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
Partner - Master

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
Partner - Master

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')