Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
cbaqir
Specialist II
Specialist II

Apply logic to button

I have a field called ACTIVITY_CODE and a field called ACTIVITY_END_DATE.

I also have  button called 'Active Financial View' in which a bookmark is applied. In addition to the bookmark, I want the data to display for ACTIVITY_CODE in which ACTIVITY_END_DATE>=today(). How can I apply this logic to this button?

Thanks,

Cassandra

1 Solution

Accepted Solutions
sunny_talwar

May be use a select in field action where you set ACTIVITY_END_DATE with a search string:

='>=' & Date(Today(), 'YourDateFieldFormatHere')

View solution in original post

3 Replies
sunny_talwar

May be use a select in field action where you set ACTIVITY_END_DATE with a search string:

='>=' & Date(Today(), 'YourDateFieldFormatHere')

cbaqir
Specialist II
Specialist II
Author

Thanks!

sunny_talwar

No problem

I am glad I was able to help.

Best,

Sunny