Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to create a calculation like "Number of rows"

Hi everyone ,
i wanna create a mesure in "Oracle Administration tool" , this mesure should give me "1" in each row => so i can use it in my report to have the sum( number of rows ) .
but in my report when i drag and drop the new calculation , all i have is rows of 1 ( not the sum ) , if you have any idea about how to do it . thank you
Answers
-
Do you mean?
0 -
For that you generally set a count (or count distinct) aggregation on the ID (PK) column of your data. Don't you have an ID or don't you want to use it?
You can also try by creating a column as "derived from physical mapping" and in the formula of the column you set 1, you then add an aggreation of SUM on it.
0 -
Thank you ! i did it and it works !
0