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

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

Mapping issue

Hi all,

I'm new to Qlikview, so was helping someone would point me in the right direction.

I'd like to Alias other fields using the Code field value.

So, when I select Name = 'NameA' then I want the table to show 'NameA' as Name and the other values (Names) returning the Code and not the Name.

Using this example if I select NameA, I'd like NameA and all the other codes to be shown- kind of like being masked, using the Code field vale...

I was thinking that we could use getfieldselections(Name) perhaps, but still haven't found a solution.

Name to code.png

3 Replies
t_chetirbok
Creator III
Creator III

Hello!

You use a table object, try to use a chart with dimension "Name" and expression "only({1} Code)".

In that case your selections doesn't affect to chart

swuehl
MVP
MVP

Maybe using a calculated dimension like

=If(Name = GetFieldSelections(Name), Name, Code)

awhitfield
Partner - Champion
Partner - Champion

Do you mean like this?

Andy