Dear Alteryx exprerts,
I have the following table:
| ID | parameter_1 | parameter_2 | parameter_3 |
| #1 | 2 | 5 | 4 |
| #2 | 2 | 8 | 4 |
| #3 | 2 | 7 | 4 |
My goals is to remove all the columns that have identical values for all rows (in this example, only "ID" and "parameter_2" will remain). Number of rows is dynamic (from 2 to 100s).
I will be grateful for all suggestions,
Thanks!