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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get selected sheet title

Hi!

Is there a way get the selected sheet´s title and give that title to a object in the sheet?

For example:

I have a sheet named ABC and another named DEF

One object is visible on both sheets. I whant that object title to get its name from the selected sheet´s title. If sheet ABC is selected the object should be named ABC and if the DEF sheet is selected the object should be named DEF.

Possible?

Best regards,

Dave

2 Replies
swuehl
MVP
MVP

Maybe I miss something much easier, but you can surely use OnActivateSheet event trigger for each sheet (go to sheet properties, trigger) to set a variable accordingly and use the variable in your chart object.

Not applicable
Author

I tried and it works well. Better would be if it could get the sheet name direct, but this will work for now.

Many thanks! Fast answer!!

/Dave