I have a formula column below
CASE WHEN {taxitem.iseccode} = 'T' OR {taxitem.isreversecharge} = 'T' THEN ({amount} * 0.21) ELSE {taxamount} END
in the saved search result, it shows the taxamount. but in the script when i fetch, it takes the (amount*0.21).
Could anyone please tell me what should i do to take the value from the saved search result?