Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to generate a date range between two dates in visual (I use the iterNO function in the Loading script) but here I need the same function but put it as a dimension in a graph
You can use
ValueLoop(from [, to [, step ]])
Valueloop('01/01/2022','31/12/2022',1)
thank you for your answer but i want to generate dates from a start date and end date (variables)
Valueloop generate dates between two constant
you can use variables also in valueloop
this error appears when i put my variables :
It works for me
= ValueLoop(vStart,Date(vStart+5),1)