Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Create RANK column based on Grand Total in Crosstab
icon5.gif  Create RANK column based on Grand Total in Crosstab [message #1228803] Wed, 08 January 2014 04:43 Go to next message
Yuswardy NA is currently offline Yuswardy NAFriend
Messages: 3
Registered: December 2013
Junior Member
I have a crosstab table with Grand Total (GT) column, which I have sorted by that GT column. I would like to find out the way to show RANK column in the end of the table based on the GT column.

I don't know where to start and already search the internet but can't find the solution the way I want to.

NAME | VALUE A | VALUE B | VALUE C | GT | RANK |
John | 10 | 10 | 10 | 30 | 1 |
Jim | 8 | 10 | 7 | 25 | 2 |
Jane | 10 | 2 | 4 | 16 | 3 |

BTW I am using PostgreSQL as my DB.

I hope someone could help me for the solution. Thank you in advance.
Re: Create RANK column based on Grand Total in Crosstab [message #1229641 is a reply to message #1228803] Thu, 09 January 2014 22:07 Go to previous message
Vassili Safonov is currently offline Vassili SafonovFriend
Messages: 7
Registered: May 2013
Junior Member
PostgreSQL docs would be a good place to start.
h t t p ://www.postgresql.org/docs/9.1/static/tutorial-window.html
Previous Topic:Necessary permissions for BIRT in server.policy file
Next Topic:class cast exception in extending ReportEventAdapter
Goto Forum:
  


Current Time: Thu Apr 25 12:50:12 GMT 2024

Powered by FUDForum. Page generated in 0.03493 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top