Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

if statement in expression when using dynamic dimension

Hi,

I have the following problem:

The leading dimension in a pivot table is "Priority" (1,2,3,4). Since the customer has SLAs for 1 + 2 and for 3 + 4 I use a dynamic dimension: =If(Priority=1 or Priority = 2, 'Priority 1 + 2', if(Priority=3 or Priority=4,'Priority 3 + 4', 'No Data'))

Now there should be one column with the respective SLA depending on service class and priority. It should be something like if(priority = 1 and serviceclass=1, '96%', if(priority = 1 and serviceclass = 2, 95%,.....)

The point is that this if-statement won't work with my 'Priority 1 + 2' dimension.

Has anyone an idea what might be the solution?

Thank you in advance!

1 Solution

Accepted Solutions
fvelascog72
Partner - Specialist
Partner - Specialist

Hi,

If you need a dimension with Priority 1+2 and 3+4 create it in script.

View solution in original post

2 Replies
fvelascog72
Partner - Specialist
Partner - Specialist

Hi,

If you need a dimension with Priority 1+2 and 3+4 create it in script.

Not applicable
Author

It's that simple....   thank you!