I have a formula which is displaying 'A' or 'B' based on some criteria. But, I noticed that the output is getting displayed by 1 row.
For example @form1,
1 A
2 B
3 A
4 B
5 B
Output should have been @form2:
1 B
2 A
3 B
4 B
5 A
Is there some way where I can force it to show in the next row. I did try next() function by creating a new formula, but it says that 'This field has no previous or next value'
For example @form1,
1 A
2 B
3 A
4 B
5 B
Output should have been @form2:
1 B
2 A
3 B
4 B
5 A
Is there some way where I can force it to show in the next row. I did try next() function by creating a new formula, but it says that 'This field has no previous or next value'