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: 
shirleyc40
Creator
Creator

Applying a mapping on the charts

Hello!

Plan

GenderRank
AF1
BM2
BF2

I am trying to find the average plan per gender. In the data load, I have assigned each plan with a number. If I average it in the dashboard, and say I get 1.6 which I round to 2, how do I map 2 back to B?

2 Replies
JordyWegman
Partner - Master
Partner - Master

Hi Shirley,

You can do an aggregation by them and then join it again. Assuming your table is called Table:

Left Join (Table)

Load

Gender,

Plan,

Avg(Rank) as new Rank

Resident Table

Group by Gender, Plan;

 

Jordy
Climber 

Work smarter, not harder
shirleyc40
Creator
Creator
Author

Is it not possible to do this in the analysis tab because I have several tables that differ by the dimension (here its gender).