Hi
May I know how can i do the formula below in Alteryx. Need some help.
you need to use the multi row formula toool
If [field] != [row-1:field} then 1 else [row+1:parent_row_key] endif
@hzpetro Let me know how you get on.
Ta
Ash
@hzpetro ,
You may use Multi-Row Formula tool.
Configuration
Expression in the tool
IF [Row-1:immed_parent_item] != [immed_parent_item] THEN 1ELSE [Row-1:parent_row_key] + 1 ENDIF
You may also want to check this interactive lesson. Good luck
https://community.alteryx.com/t5/Interactive-Lessons/Multi-Row-Formula/ta-p/82872
Hi @Yoshiro_Fujimori & @aatalai
Thanks for the advise and sharing knowledge. Really appreciate it