Hi All
Code:
IIf(([Session_ID]="Evening") And (([Time_Out]-[Time_In])*24)>=3,0.125,([Time_Out]-[Time_In])) AND IIf((([Time_Out]-[Time_In])*24)>=4,0.166666666,([Time_Out]-[Time_In])) AND IIf(([Level_Of_Unit]="F0") And (([Time_Out]-[Time_In])*24)>6,0.25,([Time_Out]-[Time_In]))
I tried above code. its not working. How to correct this and get as below mentioned formula.
i want to run the loops separate. Like Below
IIF([Expression],[True],[False]) AND IIF([Expression],[True],[False]) AND IIF([Expression],[True],[False])