Categories
- All Categories
- Oracle Analytics Learning Hub
- 18 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 228 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 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
Creating analysis issue.

3245399
Rank 2 - Community Beginner
Hi Experts,
I have a table has 2 columns:
CUS_ID #_OF_TXN.
id_1 1
id_2 2
.......
I want to create a report as below:
TXN_SEGMENT NO_OF_CUSTOMERS (Count distinct CUS_ID)
1 TXN x
2 TXN y
>2 TXN z
i can not use PIVOT table here since the data has millions of records and always throw error: exceeded maximum allowed (though i have change the config in instanceconfig.xml to allow millions of records).
Please help me to create this report without the use of PIVOT table,
Thank you!
0