Forum Discussion
Hansolu
1 year agoHelper II
Add a paired index column
Hi, I am struggeling to add a paired index column into a nested table in PQ I know how to add an index in the nested table like 1,2,3,4,5,.... what i do need to add is another column lik 1,1,2...
mdaatifraza5556
1 year agoSuper User
Hi Hansolu
Can you please try the below steps to get your requirement ?
1. Create index column from 0
2. Create custome column using below code
= Number.IntegerDivide([Index], 2) + 1