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

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

calendar

hey, i have two dates.

v1 and v2. i want to generate all the dates between these two dates. how can i do that?

1 Reply
MayilVahanan

Hi

     What you going to do it? Where you use it?

=Sum({<DateField= {'>=$(v1)<=$(v2)'}>}Sales) in expression..

In script something like this

Load Date($(v1)) autogenerate 1 while $(v1) <= $(v2);

Hopeit helps

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