i have 3 columns
name stock level reorder level
abc 10 5
xyz 2 10
efg 3 5
i have to sort the data based on the condition "stock level < re order level" ,stock level < re order level rows must come first. can anybody tell me how to write expression for this in table properties - sorting .