How to use a set of dimensions seb

I have 4 dimensions in my Subjeect Catelog in responses and I made my position to join the 4 dimension in the Business layer and repostory address. OBIEE uses 4 sizes to query the Oracle databsae even in applications where only 1 or 2 dimension is used.

I think I can create an alias and join only the dimension I want to join. But is there a time comfiguration recounting OBIEE that reach the necessary dimension according to the requests?

Thank you

OBIEE little did this in the background and joined the only tables/dimensions, which one needs ONLY.
You can paste your physical sql sent to the server. When you have made in one of the measures of the fact table, you are indirectly questioning all tables because the fact table is based on all the dimensions of its connected to.

Tags: Business Intelligence

Similar Questions

  • How to use @sumrange in two dimensions?

    How to use @sumrange in two dimensions? I want to sum up all the values through the period and the time of a measure...

    It does not give the right ratio:
    "WHEELS" / @SUMRANGE ("COGS", Jan:Dec,@RELATIVE(Years,0)); ")

    This gives the right solution, but the year is coded:
    "WHEELS" / (@SUMRANGE ("GEARS"-> "FY12", Jan: Dec) + @SUMRANGE ("GEARS"-> "FY13", Jan:Dec));))

    I want to dynamically reference every year at once.

    Thanks in advance.

    Hello

    Try the @XRANGE function in the @SUMRANGE

    Then

    "WHEELS" / @SUMRANGE ("GEARS", @XRANGE ("FY09"-> "Jan", "FY15"->"Dec"));

    Coding always a little difficult, but you can substitute two variables for ease of maintenance

    Thank you

    Anthony

  • How to use interval set to raise the event every 5 seconds when if the statement is true?

    Here is a snippet of code something to im:

    if (MC_battleTrigR1a.hitTest(this._x, this._y, true)) {
         if (random(220) == 0) {
         //random(220) the code is onEnterFrame and so this random function is called repeatedly until eventually random(220) == 0;
         trace("random");
         gotoAndStop("battle");
         }
         //setInterval(???)
         //every 5 seconds->  trace("5sec"); and gotoAndStop("battle");
    }
    

    The player wanders in a box, in a random delay or after 5 seconds, it should send the player to the frame labeled: battle

    It works with the random (220) but I don't know how to do certainly go to frame: battle after 5 seconds.

    I don't know how to use setInterval correctly, I tried and failed.
    The code is nested in the onEnterFrame
    FPS: 24

    image tag: treePath

    Chassis number: 17

    I didn't say that you should avoid using onEnterFrame.  I said that your setTimeout must be outside your onEnterFrame loop:

    var tl:MovieClip = this;
    
    tl.onEnterFrame = function () {     if (MC_battleTrigR1a.hitTest(MC_player._x, MC_player._y, true)) {          delete this.onEnterFrame;          clearTimeout(gotoBattleTO);          gotoBattle();     }};
    
    
    
    function gotoBattle() {     clearTimeout(gotoBattleTO);     delete tl.onEnterFrame;     gotoAndStop("battle");}
    
    
    var gotoBattleTO:Number = setTimeout(gotoBattle,5000);
    
  • How to use and set LayoutSplitterPanelWidget to separate multiple panels?

    I have a range with two separate panels and I want a separator, as in the example of plugin pages. the definition of my Distributor is:

    LayoutSplitterPanelWidget

    (

    kTrebolBSplitterWidgetID,

    kPMRsrcID_None,

    kBindLeft | kBindRight | kBindBottom,

    Framework (0,301,400,303),

    kTrue,

    kTrue,

    "",

    -1,

    150,

    50,

    1,

    10

    {

    {

    kTrebolBPanelTreeWidgetId,

    10, 10;

    kTrebolBPanelInfoWidgetId,

    10, 10;

    }

    }

    )

    But I get error when compiling, where can I find documentation on how to define and use, helping the SDK only comes from the bosses and widgets

    Here is the definition of SplitterPanelWidget

    LayoutSplitterPanelWidget

    (

    longint, / / fWidgetId

    PMRsrcID, / / fRsrcId, fRsrcPlugin

    whole, / / fFrameBinding

    Framework, / / fFrame

    whole, / / fVisible

    whole, / / fEnabled

    PlatformPMString, / / control label

    For top Vertical splitting = left, down right

    longint, / / Widget Top 0 or 1

    whole, / / Top Visible

    whole, / / background Visible

    longint, / / Position of the separator;

    longint, / / Position Init of the separator used to init the splitter position when splitter fist shown.

    75 will be the top 75% of the window split half and the bottom half 25%

    Any alignment will occure after the separator is initially position.  To set the separator

    to reset his disciplined State it-1

    longint, / / Top Snap less then it sucked (min number of pixels to the top left section)

    whole, / / folds upwards?  If true slider snaps to the top, else cursor does not move beyond component software plug-in pos

    longint, / / width of the frame - low Snap more then this wink down (min number of pixels for the bottom/right section)

    whole, / / folds down?  If true slider snaps down, else cursor does not move beyond component software plug-in pos

    whole, / / Splitter Direction kFalse == Horizontal kTrue == Vertical

    longint, / / Ray Splitter

    longint, / / proportional resizing of splitter, true, on palette resize separator will try to keep the same proportions

    between the panels. fake separator gets just cut out when resizing, you more likely this is true

    longint, / / unique dispatcher click Actions

    whole, / / kDrawXORSplitter, kDrawPallets

    {

    Dashboard Widgets

    }

    ),

  • How to use a set of VGP-WKB11

    One of my friends bought an all in a desktop computer VAIO, a Sony.com VPCJ118FX/B, to be computer to be used in paris (France), so with a QWERTY keyboard.
    As she did not want to be disturbed, she bought in her country a Sony service center set of QWERTY and mouse who did and gave me his US keyboard and mouse, a VGP-WKB11 keyboard and mouse VGP-WMS30 with the receiver.

    I tried to use with my windows 7 ultimate x 64 with other software using remapping and stickers to convert this American keyboard to a french. Even if my windows detects new hardware, it is not used when I swith off my old keyboard and mouse... I use a software for windows to use my new material (I saw nothing about this in the support/downloads) have they?

    Thank you very much for your answers!

    The wireless keyboard and mouse are IR and not Bluetooth. friends VPCJ118FX/B has an internal infrared sensor that detects the keyboard and the mouse. Unfortunately unless your computer has a sensor IR that will communicate with the mouse and the keyboard they will not work.

  • How to use the set operator

    Hi all

    Table 1: -.

    NAME NO.

    A 10

    B 20

    Table2: -.

    NO ENAME

    10

    20 DF

    I want to output as a Set operator using

    NO NAME NO ENAME

    A 10 EC

    B 20 DF

    Thank you

    Try this,

    with t1 in (select 'A' name, 10 no double

    Union select name from 'B', 20 no double), t2 as (select 10 no, 'THIS' double ENAME

    Union select 20 no, "DF" double ENAME)

    Select name, t1.no, ename from t1, t2 where t1.no = t2.no;

    Please tell me why you use the operation?

    Thank you

    Gérard

  • How to use InCopy?

    I use InDesign and recently heard talk InCopy, but I have absolutely no idea how to find, how to use, and set up or even if I have access. (I use CC). I was wondering if anyone can help me with this. Also is it possible to have the files on your computer to be automatically updated on creative cloud, a bit like what happens when you update a Google Doc?

    Thank you.

    InCopy is not included as part of the creative cloud, it must be purchased separately.

    This video should help explain what InCopy is:

    Finally, this feature is currently under development, you can see on your creative cloud dashboard.

  • My wife has created a book of the best photos of the year project. How can I copy these photos in a standard album so I can use this set in the future?

    My wife has created a book of the best photos of the year project. How can I copy these photos in a standard album and the book so I can use this set in the future? All the commands I want to use are grayed.

    Using Photos of Apple.

  • How to use PL/SQL to create dynamic action to set the value of a selection by another list?

    Hello

    I would like to know how to use PL/SQL to create dynamic action to set the value of a list of selection by another selection list.

    1.PNG

    I wish can create dynamic action to manage the two above the Room select list (: P9_ROOM) and building (: P8_BUILDING).

    When you select "1074" in the bathroom, building highlights like "BRM BLD 5"

    When you select 'Area of the black box' in the room, building must assign the value "7 BLD BRM"

    When the room is Null, building should also be Null.

    I thank you,

    Alice

    I forgot to mention, for the PL/SQL Code, because you are working with items in the selection list, the return values are different from the display on your LOV values, you must instead use the return values.

    Thank you

    Erick

  • How to use SET operators?

    I am a student in learning ORACLE and just, we covered the SET operators (UNION, UNION ALL, LESS, LESS ALL, INTERSECT). I'm having a very hard time to understand how to use them. We are id list of supervisors of all employees who are not managers of grocery store. Tables:

    Table Employee (ID = SUPERVISOR_ID)
    -------------
    ID
    STORE_NUMBER
    TITLE (the store manager is one of them)
    EMPLOYEE

    Store table
    ----------------
    STORE_NUMBER
    MANAGER_ID


    How to do this using a game operator? Can someone help me please?

    Thank you

    SELECT id, store_number from employee_table
    less
    Select manager_id, store_number store_table

    http://LRC.surcollege.NET/eBooks/Arabic_Books/Oracle/books/introduction%20To%20Oracle9i_SQL-instructor%20Guide%20Volume%202.PDF
    Part 15

    Published by: Adigozalov Qurban 5 December 2010 23:16

    Published by: Adigozalov Qurban 5 December 2010 23:17

  • How to set the attribute of the View object at run time using the setter method

    I'm working on Oralce ADF Insider video of Frank. In fact in this video Frank EmployeeVO departmentId value using a setter method setdepartmentIdVar(). In this video do not see the name of the entire field. I tried with different opportunities and get the following errors.

    If I try with departmentId get this error message: there is no field with the name departmentId in EmployeeView1

    If I try with department_id get this error message: there is no field with the name department_id in EmployeeView1

    If I try with department_id get this error: there is no field with the name department_id in EmployeeView1

    tskfr.png

    This method, it is used in a BTF. Can you please take a look at this video and let me know what should be the name of the field.

    Thanks in advance.

    Simply open EmployeeView and see the correct attributeName, normally it's DepartmentId

    What is see in the picture the viewObject attribute is omitted, it is bind variable name, m I right?

    To check name in viewCriteria viewObject section


    Ashish

  • How to save a position and dimensions of windows on the desktop?

    How to save a position and dimensions of windows on the desktop?

    In Vista, there are limited means of control Windows and many of those who apply to the general patterns and not to individual windows.

    The following includes about what Vista can offer in this area, and I don't think that this will do exactly what you want (even if it is possible that the first option with references to other related articles can do a little of that, but I don't think that he can do everything or entirely as you wish without 3rd party help) except for the 3rd party program that winsizeme also mentioned below.  That may do the trick:

    Here's how to change the default template for a folder:http://www.vistax64.com/tutorials/70819-windows-explorer-folder-view-settings.html.  Default behavior is to select the model based on the first type of file placed in the folder (you must choose something).  Vista sets thefolder type template according to what are the types of files in the window and the settings display window Explorer. This will show you how to resetthe Windows Explorer folder view settings, disable Automatic folder Type discovery and increase theview of the folder cache to have Vista don't forget display settings, model of file type, size, or position of a specific window for when it was still closed to the location of specific path.

    It does not work with the Sub record under, Open with,open in a new tab (Internet Explorer), etc... dialog windows of type through the goodFile menu bar item. These don't seem to be able to have their size or their position to recall. For the latter, you can use the free program WinSizeMehttp://www.pcmag.com/article2/0, 2817,2339650,00.asp to resize them and record the sizes and locations (I changed the program that mentioned in the article, because even if it is a Vista article, the 3rd referenced application part it does not indicate speciiquement is compatible with Vista so that it doesn't).  I have never personally used this program myself so I can't say for some it will achieve your goals, but from what I've read on this subject, it should do the trick (although I don't think it will be automatic - you may need to set each window you want to save in this way - but that's about all that's available if you need to decide whether or not this alternative is better or) (no).  I'm not certain if it applies to programs or only records - but since it's free you can test and see if it helps you with your situation (it may be that it is useful in some cases and not the worth or effective in others - it of for you to decide (but considers that there is really no other alternative that those presented here - just Vista is not this type of detailed features except to a lesser extent) as described in section 1 above).

    Here is another article on how to modify the columns in Windows Explorer and sort in Vista:http://www.vistax64.com/tutorials/108665-column-customize.html.  This will show you how Add, Remove, move, change the widthand change the sort order of the columns in Windows Explorer in the way that you want.

    Here is another article on how to change the display of the default folders in Vista (but she claims it is not a perfect solution and can revert to the previous behavior is not as good as the prior links provided:http://news.cnet.com/8301-13880_3-10019957-68.html.)  I include it only because it is an option - but also what he says it is not a very good alternative (but if none of the other works, it may be worth).

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How to use variable Substitution Essbase in ODI

    Hello

    Can someone help me please how to use void var Essbase in ODI?
    I created an interface to load data from text to planning. In the mapping, to the Point of view, I gave the necessary dimensions which is "years". In Essbase, we set a variable called CurrYr which
    We want to use in the view. So, I added a line like this in the map

    'Work', 'Budget', 'CC1', '#sYearValue '. The sYearValue is used to extract the void var Essbase before loading the planning data. I have followed the blog for void var post below (John has been very kind in showing many examples of ODI, link below is one of them).

    [http://john-goodwin.blogspot.com/2009/11/odi-series-planning-11113-enhancements.html]

    Whenever I run the Interface, it fails with the error "ODI-17506: Variable has no value: XXXXX.sYearValue.

    Thanks in advance!

    PM

    This line should print the values in the agent log, see log

    System.out.println ("current year =" + sYearValue + "current period =" + sPerValue);

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to use mobile data for large app download data

    How to use mobile data for large app download data

    How can I set big data

  • Flag r-110 all-in-one: how to use the microphone internal hp r-110 all-in-one

    I know where the internal microphone, but how to use it? I always had an external mic in the past. My r-110 HP all-in-one is new so still get acquainted with it. What I need to set up the microphone and if yes, how and where. Win 10 has a configuration of mic with voice training / recgonition, but it does not show internal mic as a choice so I'm stuck! I would try to make a recording of the voice, but have no idea how activate the microphone. HELP and THANKS

    @terrib

    System is (perhaps) one of:

    Results for ' Pavillion r - 110 all in one " (51)

    Select System > product Home Page >

    Product information > category: specifications

    Form example:

    20 - r110d of HP TouchSmart all-in - One PC product specifications

    Microphone and Webcam are located at the front of the computer, along the top edge (top of the screen).

    If your taskbar contains the small speaker icon,

    Right click on the speaker icon >

    Playback devices > recording >

    Check / confirm that the "internal microphone" is selected as the default device

    You can also find the control of 'His' in:

    Control Panel > display icon > Sound

    When you see a post that will help you,

    Who inspires you, gives a cool idea,

    Or you learn something new.

    Click the 'Thumbs Up' on this post.

    My answer-click accept as Solution to help others find answers.

Maybe you are looking for