Hi,
I have a status that has the following indicators F0 to F8.
F0 = Cancelled
F1,F2 = Approved
F3 = Partially Approved
etc (the rest of the indicators each equate to one status only)
In my query, I would like to display the status (Approved, cancelled) for each of the indicators and also combine F1 and F2 to display "Approved" instead of having it done separately. I tried some IIf statements but was not successful. Can you provide some direction?
Thank you in advance
I have a status that has the following indicators F0 to F8.
F0 = Cancelled
F1,F2 = Approved
F3 = Partially Approved
etc (the rest of the indicators each equate to one status only)
In my query, I would like to display the status (Approved, cancelled) for each of the indicators and also combine F1 and F2 to display "Approved" instead of having it done separately. I tried some IIf statements but was not successful. Can you provide some direction?
Thank you in advance