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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Search String for selection

Hello,

I was wondering how to use the search string on a button, if i want to have all the ID of events occuring today.

For example i want the button to select todays date according to a date field on my database, and be able to select it, so i can show the ID of the events ocurring today preselected on a listbox.

Am i making myself clear?

Any ideas?

thanks

2 Replies
Nicole-Smith

Select in Field:

ID

Search String:

='(' & concat({<DateField={'$(=date(today()))'}>}distinct ID, '|') & ')'

MayilVahanan

Hi

PFA

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.