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: 
parthesh
Creator
Creator

Set Analysis to ignore any selection.

Hello Experts,

I have below expression in my text object. it is showing correct result until we select anything from filter.

Date(Rangemin(Date(Date#(WIP_LAST_UPDATE_DATE,'MM-DD-YYYY hh:mm'),'mm-dd-yyyy'),
Date(Date#(REL_LAST_UPDATE_DATE,'MM-DD-YYYY hh:mm')),'mm-dd-yyyy'),'MM-DD-YYYY HH:MM')

 

I want to have value in my text object which should not get affected by any selection throughout the dashboard.

 

Thanks in advance.

Labels (2)
1 Solution

Accepted Solutions
2 Replies
maxgro
MVP
MVP

parthesh
Creator
Creator
Author

Thanks a lot I was looking for this.

 

rangemin(min({1} REL_LAST_UPDATE_DATE), min({1} WIP_LAST_UPDATE_DATE))