Issue with Dynamic Condition WFC
Summary:
Content (please ensure you mask any confidential information):
Hello everyone,
I am currently configuring some dynamic conditions for a column in the compensation plan. The conditions should be like that:
If Country = X OR Country = Y OR Country = Z AND Business Unit = 1 OR Business Unit = 2 OR Business Unit = 3 THEN 3
If Country = X OR Country = Y OR Country = Z AND Business Unit != 1 OR Business Unit != 2 OR Business Unit != 3 THEN 2.5
After I created 2 different conditions, it seems that the Expected Result is wrong.
CONDITION 1:
([Country] = "AU" OR [Country] = "DK" OR [Country] = "ES" OR [Country] = "GB" OR [Country] = "NO" OR [Country] = "NZ" OR [Country] = "SE") AND ([Business Unit] = "300000009641992" OR [Business Unit] = "300000009803070" OR [Business Unit] = "300000009849751" OR [Business Unit] = "300000009849764" OR [Business Unit] = "300000009803005" OR [Business Unit] = "300000009803057" OR [Business Unit] = "300000009803083" OR [Business Unit] = "300000009803122" OR [Business Unit] = "300000009803018" OR [Business Unit] = "300000009803096" OR [Business Unit] = "300000009803031" OR [Business Unit] = "300000009803109")