New Bug Encountered: IFS statement returns wrong value

Nate_T
New Member

I have an IFS statement:

IFS(LOOKUP(USEREMAIL(), Users, Usr_Email, Time_View) = “This Pay Period”,
“THIS”,
LOOKUP(USEREMAIL(), Users, Usr_Email, Time_View) = “Last Pay Period”,
“LAST”
)

It checks the selection from an Enum value, “Time_View” but it always returns the opposite value.
“This Pay Period” returns “LAST”
and “Last Pay Period” returns “THIS”…

I have tried using a switch case instead and still had the same issue…

0 10 449
10 REPLIES 10
Top Labels in this Space