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: 
rash_611
Partner - Contributor III
Partner - Contributor III

Two dates selections

Hi,

On the activate of a sheet i need select today and yesterday date in triggers. kindly any one help me.

Regards,

Grace

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Try this.

     ='(' & Today() &'|' & Date(Today()-1)&')'

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Try this.

     ='(' & Today() &'|' & Date(Today()-1)&')'

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable

just go through below link i hope it will helps you

Date Range Selection

if u need more clarification on this please type date range function in youtube  you get a soluton

rash_611
Partner - Contributor III
Partner - Contributor III
Author

Thanks a lot