restrict rows in a straight table based on a column
Hi,
I want to restrict the number of rows in a straight table based on the value of a column.
I want my straight table to show only those rows, if column 14 of the straight table has value greater than 20. If column 14 has values less than 20 then the entire row shouldn't show up.
I tried using if(column(14)< 20,0,column(14)) and then suppress 0 in my presentation tab, but this doesn't work for me.
Appreciate all your help in resolving this if there is an alternate approach. I tried using null() as well instead of 0, but doesn't seem to work. It just puts 0 or - in the column instead.
I don't want to modify my load script in anyway & would like to do this in the UI end