Categories
- All Categories
- 82 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14.1K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 44 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations Gallery
- 2 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Advanced Tab - Disable Logical Table Source (LTS) for a given analysis
Hello - Can anyone advise if you can exclude a given LTS in the advanced tab in a given analysis - Im sure i've seen some secret undocumented reference to it in the past.
Thanks!
Best Answer
-
just to close this off, I managed to accomplish what I needed , fortunately LTS was tied to a specific database so this worked :
SET VARIABLE DISABLE_CACHE_HIT=1, INACTIVE_SCHEMAS='"<RPD Phy DB Name>".."<RPD Phys Schema Name"';
0
Answers
-
I don't know how to do it using the Advanced tab. But you can achieve the desired result by adding a dummy column to the Criteria tab, which is not present in the LTS that you want to exclude. Of course, you have to define the dummy columns for each LTS that you want to keep in the RPD, and eventually hide them from the visualizations.
2 -
Thanks for the comment, I was limited to the Presentation services only in this case
0