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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Visualize a field in the graph

Hi all,

I want to share some graphs with information about different people (i.e: Pepe, Paco, Jorge, Carlos) but for clarity is better to visualize one by one. I have a field called name with the differnet people and each time I select one of them I have a different graph.

Could you help me to include in the title or in some part of the graph the name of the person that I chose in the field?

This is, when I click Jorge I want to have in the Jorge name in some way inside the graph.

Thanks in advance for your help.

Regards

Javi

1 Solution

Accepted Solutions
crusader_
Partner - Specialist
Partner - Specialist

Hello,

You can just use your fieldname. For instance:

Label: ='KPI of '&concatenate( distinct Manager,'|')

And when you click on Pepe, Paco or Carlos or all of them Label will be changed.

Hope this helps you.

Regards,

Andrei

View solution in original post

4 Replies
crusader_
Partner - Specialist
Partner - Specialist

Hello,

You can just use your fieldname. For instance:

Label: ='KPI of '&concatenate( distinct Manager,'|')

And when you click on Pepe, Paco or Carlos or all of them Label will be changed.

Hope this helps you.

Regards,

Andrei

jonathandienst
Partner - Champion III
Partner - Champion III

You can include the field name in an expression in the chart title. Something like:

     ='Detail for ' & Name

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
awhitfield
Partner - Champion
Partner - Champion

Hi Francisco,

Simple example attached

Andy

Not applicable
Author

Thank you very much, very easy and very useful both answers

Regards