cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Linked Analysis Selection show in Dynamic Text

0 Likes
388

Hello, 

I have a chart with several entries:

maria_ganglmair42_1-1752580501198.png

If I select B, I want to have the selection written in a Text Box as a Dynamic Text. In that case in the textbox should be shown "B".

Are there any possibilities in SAC?

Many thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

gregoire_byrka
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Maria,

It might not be the best workaround.. but you can do it with a table from which you hide and remove what you do not want to see, e.g.

gregoire_byrka_0-1752661404412.png

 

William_Yu1
Product and Topic Expert
Product and Topic Expert
0 Likes

Probably you should implement onSelect() event of chart -> get selected member -> put into variable -> show dynamic text from variable.