Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Check attached file
Sivaraj S
Thanks Shivraj,
It works can you tell me if i want to display the maximum marks with the name.
Maximum value should be constant for all your name's or it should change based on selection
sivaraj s
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.
Hi,
I attached sample QV file.
Hope its helpful for u.
Regards
Iyyappan