Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show title based on selection

Guys,

I got a graph which changes based on the selection in make in a listbox (green hightlight)Screenshot_1.png

I now would like to add the value of this selection ("Messi" in this case) to the title of my graph. So my graph title should be:

"Ontwikkeling speler: Messi" in stead of "Ontwikkeling speler".

Any thoughts on how I can do this?

1 Solution

Accepted Solutions
NareshGuntur
Partner - Specialist
Partner - Specialist

You can use title as  ---              ='Ontwikkeling speler: '&GetFieldSelections(Speler_3)

View solution in original post

1 Reply
NareshGuntur
Partner - Specialist
Partner - Specialist

You can use title as  ---              ='Ontwikkeling speler: '&GetFieldSelections(Speler_3)