Hi All
I am trying to set up the row generator function as per below to generate new rows based on columns InvoiceNr1 and Invoice Nr3. I want to see one row for each invoice number between those two numbers. As you can see, I already added instructions to the Row generator but it come out with no values. Do you know why, am I setting it up wrong , am i tackling it the wrong way perhaps? I know i am close but
Hey @IguanaVerde, if I'm reading this right, I think you ought to be using:
Invoice <= InvoiceNr3
At current, you're telling Generate Rows to only create rows whilst Invoice >= InvoiceNr3 which it never is, as it takes the starting value from InvoiceNr1 which is always smaller.