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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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

Labels (1)
2 Replies
Nicole-Smith
MVP
MVP

Select in Field:

ID

Search String:

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

MayilVahanan
MVP
MVP

Hi

PFA

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