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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
suresh_rawat
Creator II
Creator II

On Button Click Chart Information shows in the Text Object

Hi All,

I want that when i click on the button, information on the chart shows in a text object.


As per my application :

Dimension - Names
Expression - Total Marks

I want when i click on the button(Result), the Name with Total Mark shows in a text object.

I am attaching my file hope it helps you to crack the problem.


Thanks & Regards
Suresh Rawat

5 Replies
sivarajs
Specialist II
Specialist II

Check attached file

Sivaraj S

suresh_rawat
Creator II
Creator II
Author

Thanks Shivraj,


It works can you tell me if i want to display the maximum marks with the name.

sivarajs
Specialist II
Specialist II

Maximum value should be constant for all your name's or it should change based on selection

sivaraj s

jagan
Partner - Champion III
Partner - Champion III

Hi,

Use the below expression to get name who got maximum marks.

= FirstSortedValue( Name,  -Total_Marks)

To get maximum marks

= Max(Total_Marks)

Hope this helps you.

Regards,

Jagan.

v_iyyappan
Specialist
Specialist

Hi,

     I attached sample QV file.

Hope its helpful for u.

Regards

Iyyappan