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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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?

Labels (1)
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.