Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

Dynamic Chart title for Qlik sense 2017 Sept

Hi All

I just upgrade my software to sept 2017 version.

Now I want to make the chart label automatic display brand name.

Now it display by brand.

Now if i click on brand name = Hakko , it never display Hakko.

Can some one share with me how to do this ?

Paul

1 Solution

Accepted Solutions
shraddha_g
Partner - Master III
Partner - Master III

Go to Appearance Property of chart, In Title , select fx editor you will find code I used.

View solution in original post

13 Replies
paulyeo11
Master
Master
Author

My QVF

shraddha_g
Partner - Master III
Partner - Master III

getfieldSelections([brand name])

paulyeo11
Master
Master
Author

Hi Shraddha

Thank you for your sharing.

I try the below code and paste at the title , it still don’t work :-

=getfieldSelections()

Paul

shraddha_g
Partner - Master III
Partner - Master III

you are using this in chart title or dimension label?

paulyeo11
Master
Master
Author

Hi Shraddha

I plan to implement for both.

Paul

shraddha_g
Partner - Master III
Partner - Master III

I haven't tried sept 2017 ,so not so sure about label.

but it will work in chart title

shraddha_g
Partner - Master III
Partner - Master III

refer:

paulyeo11
Master
Master
Author

Hi Shraddha

Thank you very much for your help by file attachment to me . it is what I need.

May I know how you did it ?

Paul

shraddha_g
Partner - Master III
Partner - Master III

same I mentioned in previous comment.

getfieldselections(FieldName)