Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a column "Amount" with values as show below, how can I display only the rows in the table which has a value of more than 25000 in this column.
Amount
$15000
$26000
$29000
$12000
$14000
I can use the limitation option only on numerical values, i.e if I can remove the $ sign from the above values. Or, is there an easier way to do this?