Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filters in Text Object

Hi everyone!

I'm fairly new in Qlikview and I was wondering if anyone have any idea about how could I show in my text objects the filters I'm choosing.

By this, I mean I have a line chart which has a title over him and it is a text object (for example: "Exportations by Company") and I would like to show in this title "Exportations by Company + the filter I' am choosing". I have filters such as products or countries, so if I filter by drinks and UK, I would like to be shown in my object text "Exportations by Company Drinks UK"

Would anybody have any suggestions to my questions and where to go to learn the basics concepts of the type of programming I might need.

I'll be grateful if someone answer.

Regards

John

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

In the title:

If your title is "My Title" then write in your text box:

='My Title' & GetCurrentSelections()

View solution in original post

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Use this function in the text box:

=GetCurrentSelections()

let me know

Not applicable
Author

Alessandro, thaks for your fast answer.

This function gets what I want but how could I add this function into the name of my object text?

Regards

John

alexandros17
Partner - Champion III
Partner - Champion III

In the title:

If your title is "My Title" then write in your text box:

='My Title' & GetCurrentSelections()

Not applicable
Author

It works, thank you very much!