Hi Guys,
I am trying to filter out data from my input tool on the basis of some condition.
If i have to explain it in SQL terminology then i want to use where clause with sub query.
Providing herewith screenshot for your reference.
There is on input data regarding rating where i want to take all the rating which are below B.
In SQL : select Rating from table where rank > (select rank from table where rating='B')
I search this type of question in community but was not able to find any ans to this.
Can i achieve this using Single Filter option?
Sincere apologies if question seems stupid but i am new to alteryx and stuck in this section for pretty long time.
Thanks in advance.
