Hi team
i want to create a logic using formula tool with following details:
destination Travel Class
Domestic. All flights/train. Base class
international <. 8 hours Base class
>= 10 hours. 1st class
please confirm if i am using correct logic to get the desired outcome
if travel < 8 then ‘base class’ else ‘1st class’
endif
but i am getting error in this.
please help me to get the logic sorted.
I want to highlight the exceptions where these parameters are not met
For example: like if international destination where time is taken less than 8 hours but is using 1st class then this is the exception as class should be base in this case.