Hi Alteryx Gurus,
I have small query and unfortunately due to confidential data, I can't post example here.
My data-set is like this:
Column A | Column B | Column C
1 | ABC | Maximum
2 | DEF | NIGHT
3 | LFG | Stupid
So I am input the file and then filtering using "CONTAINS([Column C], "NIGHT")" and doing it for multiple fields. I want to have another Column D showing that this field was filter based on "NIGH" criteria.
Appreciate if you can help or guide me in this. I have already tried to find few examples but unfortunately they were not that clear.
Regards