Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP 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 II
Creator II

=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 II
Creator II

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..