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: 
Sameer9585
Creator II
Creator II

if no date selected the max date data should be displayed

Hi,

I have created an app for the tickets but the end user output is max date data should be displayed below I will show the snapshot and I need the output like it. I am having output as 1 st one I need the output like 2nd one.Capture1.PNGCapture2.PNG

I will also provide the app i created and the dataset that I used in it Sheet 11 is the dataset

1 Solution

Accepted Solutions
sunny_talwar

Change your dimensions to this

ID

=if(Start_Date<=Max(TOTAL Date),ID)

 Status

=if(End_Date<=Max(TOTAL Date),'Close','Open')

View solution in original post

3 Replies
Sameer9585
Creator II
Creator II
Author

Data set is below in it Sheet 11 is the data

sunny_talwar

Change your dimensions to this

ID

=if(Start_Date<=Max(TOTAL Date),ID)

 Status

=if(End_Date<=Max(TOTAL Date),'Close','Open')
Sameer9585
Creator II
Creator II
Author

Thanks a lot