Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE Row Number

Hi!
I have a OBIEE (11.1.1.7) analysis and I like to add a row number column. I use rsum(1) or rcount(1) for the row numeration. When I re-sort the rows (on an arbitrary column ) the row numbering does not change.
Does anyone know how to do that?
Best regards
Sven
Answers
-
Hi,
I don't see where is the issue ...
Row numbering is done at the query level, a visual reordering in the front end is not supposed to change that.
If you make a SQL query with a row number column, export to Excel and sort by another column of your data set does the row numbering column change? Not really ...
So it works as expected.
What's the purpose of a totally data unrelated row numbering?
PS: you can of course remove the ability to change sorting on the report and so the problem can't exist ...
0