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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
lbrosten
Contributor III
Contributor III

how to create a new dimension based on the higher rating in two other dimensions

I have two dimensions "Perceived Risk" and "Scored Risk". Each show a rank of either High, Medium, and Low.

I need to create a new dimension, Risk, which selects the highest of the two risks.

If Perceived risk is _ and Scored Risk is _ then Risk is_
      New Dimension
Group Name Perceived Risk Scored Risk Risk
Clinic 1 High Low High
Clinic 2 High Med High
Clinic 3 High High High
Clinic 4 Med Low Med
Clinic 5 Med Med Med
Clinic 6 Med High High
Clinic 7 Low Low Low
Clinic 8 Low Med Med
Clinic 9 Low High High
Labels (2)
1 Solution

Accepted Solutions
lbrosten
Contributor III
Contributor III
Author

Ended up creating a new field in the scrip called Risk Level. Then created new master item. Thanks for your help.

View solution in original post

4 Replies
chrismarlow
Specialist II
Specialist II

Hi,

Maybe similar to below;

20220119_1.png

Cheers,

Chris.

lbrosten
Contributor III
Contributor III
Author

Chris this didn't work. Here is what I see.

lbrosten_0-1643040127597.png

 

chrismarlow
Specialist II
Specialist II

Hi,

Maybe another closing bracket on the end?

Cheers,

Chris.

lbrosten
Contributor III
Contributor III
Author

Ended up creating a new field in the scrip called Risk Level. Then created new master item. Thanks for your help.