Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Hope you are doing great. I want to create a Year Loop in my InLine Table from 1985 to Current Year. Can some please share me your thoughts on this. I really appreciate your help.
Thanks,
-Vidya
May be like this
LOAD 1985 + IterNo() - 1 as Year AutoGenerate 1 While 1985 + IterNo() - 1 <= Year(Today());
can you post your inline table and your expected result?
May be like this
LOAD 1985 + IterNo() - 1 as Year AutoGenerate 1 While 1985 + IterNo() - 1 <= Year(Today());