I am really new to Alteryx and I want to apply this simple example to new analysis of a large data set:
| | SetID | SetID |
| 1 | 123 | Ana |
| 2 | 123 | Ana |
| 3 | 124 | Sorin |
| 4 | 124 | Soran |
| * | | |
I tried different IF statements to say that if both SetID and SetID are the same then "True" else "False" endif
I know this must be easy and I must not write the statement correctly, but could anybody offer some help? I would really appreciate it, as I am learning....