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: 
hammermill21
Creator III
Creator III

Title a KPI based on a Filter Selection

Hello.

I wanted to know if I can have a KPI title or subtitle change based on what building is being selected on a filter?

Thanks!

1 Solution

Accepted Solutions
aarkay29
Specialist
Specialist

May be this:


Create Variable

vTitle = GetFieldSelections(Field)

Use $(vTitle)  as Window title

View solution in original post

2 Replies
aarkay29
Specialist
Specialist

May be this:


Create Variable

vTitle = GetFieldSelections(Field)

Use $(vTitle)  as Window title

hammermill21
Creator III
Creator III
Author

Perfect!! Thank you!