Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Friends,
I want to display top three recors in my output.Can you please guide us what should be the expression for this.
Thanks,
go to object properties "Dimension Limits" and Restrict "Show only" First 3.
if it´s straigt table that works
If you have QV 11 then as per Mr.Michael it will works , IF you have QV 9.00 version you can use rank function to achieve the same.
Vikas
Hi Deepak,
Find the attached sample file.It may help u
-Jay
Thanks Maichael,
IT works perfectly for bar chart.
But right now I have to show display all details for top three records in a tabular format.
Can you please tell us how it would be possible.
Regards,
Deepak
Thanks All,
But right now I have to show display all details for top three records in a tabular format.
Can you please tell us how it would be possible.
Regards,
Deepak
HI
TRY THIS
IF(RANK(fieldname)<=3,fieldname)
Hi deepak tibhe
Plz go to chart properties and select presentation tab choose maxnumber. and type to 3 records and o/p shows 3 recoreds
REgards
Shivaji.ch