Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Error Message : Generate Rows - The value did not change after the Loop Expression

sreekanthac
8 - Asteroid

Hello,

 

I am facing an error using Generate Rows tool. I am trying to generate rows for each date between the start and the end dates. After running for two loops it fails with the error message The value did not change after the Loop Expression. I am not able to detect the reason for this error. Also find the date and the formula I used to in the attached picture. 

 

Thank you in advance for your support.

 

 

sreekanthac_0-1642156213734.png

 

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @sreekanthac 

 

Please change [Startdatnum] to [RowCount] in the highlighted section. Since RowCount is the iterator variable.

 

atcodedog05_0-1642156272933.png

 

Formula would be

 

DateTimeAdd([RowCount],1,"days")

 

Hope this helps : )

 

sreekanthac
8 - Asteroid

Thank you @atcodedog05 . That was really a silly mistake. 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @sreekanthac 

Cheers and have a nice day!

Labels