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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sameer9585
Creator II
Creator II

Open and Close Tickets

Hi,

I need a help to get the ID till the selected date and the there should be an another field of flag which indicates close or open it is been decided by the End_Date if the selected date is less than or equals to End_Date the it should display all the ID till that date and the status Open/Close.

Below I provide the dataset in it sheet 11 is the dataset.

thanks in advance,

With Regard,

14 Replies
asinha1991
Creator III
Creator III

can you share your data model (ctrl+T) and exact description of object you have created(measure, expression) etc and also tell me the field(from data model) you are using in filter 

Sameer9585
Creator II
Creator II
Author

Capture1.PNG

 

In it the date feild in the Date_Currency table is used in the filter which I created from the master calendar.

asinha1991
Creator III
Creator III

is this your dimension in chart?

if(START_DATE<=getfieldselctions(Date) ,ID)

Sameer9585
Creator II
Creator II
Author

Yes,I got it.
Sameer9585
Creator II
Creator II
Author

I got it..
Thank You -;