rank function

Stimulsoft Reports.NET discussion
Post Reply
nezarabd
Posts: 32
Joined: Tue Sep 30, 2014 1:38 pm

rank function

Post by nezarabd »

how to make function like rank function in excel in stimulsoft report

thanks in advance

there is way in crystal report

http://scn.sap.com/thread/3472232
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: rank function

Post by Alex K. »

Hello,

We have added this task in our to-do list.
We will let you know about the result.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: rank function

Post by HighAley »

Hello.

We have added Rank function.
You could use next expression:

Code: Select all

{Totals.Rank(DataEmployees, Employees.ReportsTo)}
Thank you.
nezarabd
Posts: 32
Joined: Tue Sep 30, 2014 1:38 pm

Re: rank function

Post by nezarabd »

i have a field called "total" that i want to make rank it
can you explain the syntax with your post
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: rank function

Post by HighAley »

Hello.

This function will be available in our next prerelease build.
You could find a sample report template in the attachment.

Thank you.
Attachments
Report.mrt
(23.46 KiB) Downloaded 242 times
Post Reply