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

Generate rows, value did not change after the loop expression

fangyi189
8 - Asteroid

Hi all,

 

I'm facing this error where "The value did not change after the loop expression. Do you mind taking a look at my configuration? 

 

Thank you!

13 REPLIES 13
LordNeilLord
15 - Aurora

Hey @fangyi189,

 

You're missing an "s" in the DateTimeAdd formula...it should be:

 

DateTimeAdd([Date_Starting],1,'days')

 

Generate Rows.PNG

fangyi189
8 - Asteroid

Still the same problem

fangyi189
8 - Asteroid

I used the same generate rows tool on a sample data, it worked. However, when I used it on my own data, it doesn't. Is there any possible reason why? It's in date format already.

LordNeilLord
15 - Aurora
Can you share a sample of your data and I'll give it a go
fangyi189
8 - Asteroid

Hi, I kind of solved the problem already. Thanks for the help! (:

FMG
6 - Meteoroid

Hi, 

 

What was your problem, I am facing the same issue. 

npeereboom
6 - Meteoroid

Do you mind sharing how you fixed this? I am banging my head against the wall with the same problem. Thanks! 

npeereboom
6 - Meteoroid

Wait - nvm; got it! I had null values in my table. Once sorted away (using the sort tile), the problem disappeared. 

fangyi189
8 - Asteroid
Great that you solved it (:
Labels