Categories
- All Categories
- 6 Oracle Analytics Sharing Center
- 12 Oracle Analytics Lounge
- 199 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.5K Oracle Analytics Forums
- 6K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 70 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How to Easily Get a Unique ID Column In Oracle Analytics

Hui Wang-Oracle
Rank 3 - Community Apprentice
There is one function we can use to identify row number in oracle analytics cloud application: ROWID()
It can be used inside of workbook, dataset, and dataflow.
Inside of workbook, if you create a calculation with expression rowid(), and then refer this measure in the result set, it will be unique identify each row of returned result
If you want to identify each column in the source dataset, then you need add this column in dataset itself
Beside above, you can also use this function inside dataflow to add unique id for each incoming row, based on it, maybe you can split data or implement some other function based on your requirement.
0