Hi Vasya,
Thanks for the reply. This solution works when i change the percentage,the amount gets calculated correctly.
But how can i try the vice versa of it. When i tried adding another formatter function for percentage..it goes in a loop and the values are coming out wrong.
When i have two formatter function each for Amount and Percentage like below example
Eg: Old Percentage :25 Amount:(25(percent)*5000(predefined value)) * 100 = 1250
New Percentage : 50 Amount–> (50 * 5000) *100 =2500
When i change the amount to 4000 then it picks the old percentage instead of the updated percentage for calculation.and the values are coming out wrong.
How can i get the new updated value to perform the vice versa.
Thanks,
Kumar G