Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hey, i have two dates.
v1 and v2. i want to generate all the dates between these two dates. how can i do that?
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