Hi all,
As mentioned above I want to use the row-based rule filter to remove all the negative values .
Consider the following table
Business Type/ Score ExportScore EconomyScore EmployerScore
Shipping 2 3 4
Mining -1 2 4
Trading 4 7 8
Say, I want to remove the row no.2 in above case , ie. Mining -1 2 4
How do I apply the correction condition?
Just for clarity, the row should be removed if negative value is in ExportScore or EconomyScore or EmployerScore
Thanks.