Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Choose expression (KPI)

Hi,

I want to create a chart that allows the user to choose what KPI that chart is based on.

for exampel, i want them to be able to chose from:

sum(calls)/sum(answered_calls)

sum(sell)/sum(outgoing_calls)

etc.

I was thinking input so that i can use a variable in the expression in order for it to change with the changed KPI's chosen, but i don'r now how.

Thanks!

//A.

1 Solution

Accepted Solutions
Not applicable
Author

Why not just have seperate charts and then condition display/calculation to show one or the other? You could do the same with two buttons that set a variable that controls which chart/button is displayed.

Regards,

Gordon

View solution in original post

2 Replies
Not applicable
Author

Why not just have seperate charts and then condition display/calculation to show one or the other? You could do the same with two buttons that set a variable that controls which chart/button is displayed.

Regards,

Gordon

Anonymous
Not applicable
Author

Good idea. I'll go with that one. Thanks!