Multiple if conditions in filter
Content
I'm trying to build a filter that will result in different queues being selected based on the Group of the individual running the report. It would be something like this
If Logged in user's Group = A, then queue = A1 or A2
else
If Logged in user's Group= B then queue = B1 or B2
else
If Logged in user's Group = C then queue = C1 or C2
else
queue = No Value
Can this be done in the report designer?
Tagged:
0