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

Qlikview data interaction with Text box.......

Hi All,

  I have the following data.

YearRegionSales
2014Ind100
2014Uk200
2015Uk80
2015Ind120
2016Ind180
2016Uk160

Question: When i click on text box want to display 2016 Sales in Bar chart.How to link Text Object to Bar Chart.

Sheet1.png

3 Replies
phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

You can add action to text object.

Properties --> actions --> select in field

Fieldname give "Year"

Value/Search string "2016"

after this click on text object.

karthikoffi27se
Creator III
Creator III

Hi Sharath

Use the expression as shown in the field, Trying using the Actions_Select in the Field

Field: Year_Map

Search String: =Year(Max(Today())

Capture01.PNG

Many Thanks

Karthik

marcus_sommer

Is there a special reason for the textbox-trigger then a normal selection within a listbox would work very well?

- Marcus