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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Dynamic Label Name

Hi All,

I want to show dynamic label name in line chart.

For instance:

Whenever i select value in measure list (it has Revenue, Volume etc) selected value should display in line chart (Y-axis).

Thanks,

Nihhal.

10 Replies
MK_QSL
MVP
MVP

Create two charts and handle them using conditional show.

Qlikview Dynamic Show Hide Button by RFB 215 - YouTube

Anonymous
Not applicable

Hi,

By using conditional hide n show functionality you can achieve this-

=if(GetCurrentSelections(Measure)='Revenue',1,0)

else viceversa

Thanks

Paridhi

nihhalmca
Specialist II
Specialist II
Author

Its not working in label.

stephenedberkg
Creator III
Creator III

=if(GetFieldSelections(Measure) = 'Revenue','Revenue',

if(GetFieldSelections(Measure)= 'Volume','Volume'))

nihhalmca
Specialist II
Specialist II
Author

No luck stephen, not working in label (moreover gerfield() shows as error in label box(red line))

stephenedberkg
Creator III
Creator III

You are saying in expression tab Label field is it correct?

mayuresh_d
Partner - Creator
Partner - Creator

HI,

Please find the attachment,

and check

1.conditional settings in Expression tab

2.variables

3.buttons

I hope this will help u

OmarBenSalem

Hi Nihhal,

Please relate to this thread:

Alternate Dimensions & Measures and the name of an object

shraddha_g
Partner - Master III
Partner - Master III

Labels are not dynamic in default chart in qliksense.

Try it in extensions where u get expression editor at label..