Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Advanced Tab - Disable Logical Table Source (LTS) for a given analysis

Accepted answer
48
Views
3
Comments
PeakIndicators_Alastair
PeakIndicators_Alastair Rank 1 - Community Starter

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

  • PeakIndicators_Alastair
    PeakIndicators_Alastair Rank 1 - Community Starter
    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"';

Answers

  • Federico Venturin
    Federico Venturin Rank 7 - Analytics Coach

    Hi @PeakIndicators_Alastair,

    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.

  • PeakIndicators_Alastair
    PeakIndicators_Alastair Rank 1 - Community Starter

    Thanks for the comment, I was limited to the Presentation services only in this case