Hi All,
I am creating a FM in which i need to incorporate the below logic:
Will be getting the data in the format 3 + (1 + MAX( 5, (5-4))). i need to calculate it as 3 + (1 + MAX (5, 1 )) = 3 + 1 + 5 = 8.
MAX is get biger number comparing two. We'll have MAX, MIN, RUP (round up), and RDN (round down) 4 types of Function in formula.
Please let me know the logic how to acheive this.
Regards,
Santosh