Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello guys,
I have a column with value as 12 . So I want to this value to be injected every month upto 4 months .
So basically i need to auto generate value 12 four times. And create a For loop for 36 months .
// For loop for 1 to 36 months
Data1:
Load
'12' as Value
AutoGenerate 4;
Next i
I need something like this . Could u please rectify my script.
I need to plot this in a line chart . Kindly let me know how do I do this .
Thanks,
Ravi