Column Expressions rowIndex function Evaluated and executed values differ

Hi.

When the Column Expressions node is used to add a column of row indexes using the rowIndex function, the “Evaluate on first row” button in the dialog returns zero.

However when executed, the value in the first row of the output table is 1, so the two values disagree.

(By the way I would have expected the row index in the output table to be zero-based).


image
Thanks
Don

1 Like

Hi @dnaki -

I want to say there is a ticket for this already, but I haven’t found it in a quick search. Let me do a little digging, and if there’s not one, I can check in with the dev.team.

Thanks very much for the feedback!

EDIT: Yep, this is ticket AP-11609 in our system. I’ll add your post as a +1 for the fix.

4 Likes

hello danki,
try in column Expression, this formula: Rowidex () - 1.

I think it will pass, and tjr does not forget to pass the type in number.
Thank you

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.