Given below is the data:
Requirement : I want to delete entire row ONLY if data in ALL the FIELDS is NULL.
So based on above requirement, I want to delete only row 4. And hence, I expect the below outcome:
Kindly help me with a solution.
Thanking in advance!
Regards,
Chirag
Solved! Go to Solution.
Hi @Chirag_KRCPL ,
Make a filter tool behind your input and add the following expression:
[MV]!= Null()
OR
[Price] != Null()
OR
[Quantity] != Null()
Greetings,
Seb
Lol @messi007 way is easier i guess haha ;-)
User | Count |
---|---|
52 | |
27 | |
25 | |
24 | |
21 |