Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

AR help for noob

carlittoMay 23 2013 — edited May 28 2013
Hi

In my workflow I'm joining two tables. A sales table and a product table joined on product key.
Here are the following details in my ar analysis:

Transaction id's - slip number id, location sold id
Item Id - product key
Value - class name

The following works fine except that the class name is still too general a description to get meaningful information about the product.


If I do the following:

Transaction id's - slip number id, location sold id
Item Id - product key
Value - style name (which is part of the product table)

the error message I get is:
Item Value style name has too many distinct values. Maximum number of distinct values allowed is 10

How can I increase the maximum number of distinct values (infinite would be great as some of the tables have 100"s of millions of records).

I don't really understand why there has to be this limitation. Can someone explain it to me?

I am using sql developer 3.2.20.09
And Advanced Analytics version 11.2.0.3.0

Thanks in advance!
This post has been answered by Mark Kelly-Oracle on May 28 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 25 2013
Added on May 23 2013
2 comments
1,733 views