Simple matter of OLAP DML

I take an initial stab at the use of OLAP DML on the OLAP worksheet and I try first to apply a simple order limit on a dimension, but I can't make it work. I have several OLAP DML guides, so I lack of reading material, but they will not help with this.

I have a dimension called DIM_TEAM. It has 3 levels in its hierarchy which (highest to lowest) are: ALL_TEAMS, LEAGUE and TEAMS.

I want to limit the value of DIM_TEAM to "BOS". "BOS" is a value on the level down the hierarchy that caters to TEAMS

When I enter the command: LIMIT DIM_TEAM to "BOS"

I get the error: is not a valid AW_BALL2 BOS! DIM_TEAM

Why does this work? Y at - it a preliminary order, I have to question before executing this command LIMIT? Thank you

'HR' is the logical name of the measure; you will need to reference its physical name when using the REPORT command.

The physical name of the variable data storage will vary depending on the version of database (10 g or 11 g?) and if your cube uses compressed composite or not.

For reporting purposes, you could report on the cube 'formula' that will '_', where is the logical name of your cube, and will be 'HR '.

EDIT:
For point 2), you should not use OLAP worksheet limit orders and the viewer data in combination as limits get "confused." the data viewer should allow you to filter your PivotTable to display dimension selection results no matter what you want to report on. That are in the "Requester" topic in the data viewer.

With respect to obtaining "Viewer and OLAP DML to be on the same page" so to speak, you will need to 'translate' between the logic of the viewer dimension value name and the name of the surrogate dimension value when you use the OLAP worksheet.

EDIT2:
Fix for the incorrect user account.

Tags: Business Intelligence

Similar Questions

  • [OLAP DML] display on the screen the output so that the program is running

    Hello

    I am running a script in AWM that is long enough, and I placed a few little 'show' I know what the program, but it won't appear on the screen exits until the program ends. I guess that he wrote all the outputs in a sort of buffer and release the contents of the buffer at the end of the program.

    How I get to the release of this stamp permanently?

    Thank you

    I think that the relational analogy would be an anonymous pl/sql block enforcement of a list of commands for displaying a list of useful log dbms_output.put_line instructions:
    Just like with the purchase SHOW and olap cmd line, you see not the newspaper of the dbms_output running while the pl/sql program is running... you have to wait until you can see the log ends.

    You can write to a file and close/exit the file every time or you can write to table and validation every time, but I guess some such heavy lifting is necessary if you want to follow the long process to half-way in the course of execution.

    NOTE: For regular operation as dbms_cube.build load/forecast/attribute/steps of the process, you can always execute queries on halfway CUBE_BUILD_LOG etc. But if it's pure olap dml actions performed so no pre-built handle carefully to check the middle of things exist.

  • 11g - list of Workspaces in OLAP DML

    Hi all

    Is there a way of OLAP worksheet, to list all of the workspaces accessible to the user?

    It can be done by querying the data dictionary - ' select * from all_aws; ", but this information should also be available in AW and OLAP DML?

    Best regards, Marion

    In the OLAP worksheet, you can select "SQL Mode" in the Options menu and run the SELECT statement here. You can also run the select inside an olap dml PROGRAM. Here is an example.

    DEFINE LIST_AWS PROGRAM
    PROGRAM
      VARIABLE _owner    TEXT
      VARIABLE _aw       TEXT
      VARIABLE _errortext TEXT
      VARIABLE _id_width INTEGER
    
      TRAP ON HADERROR NOPRINT
    
      " SQL Names are 30 characters long
      _id_width = 30
    
      " Declare a SQL cursor to get the list of AWs
      SQL DECLARE AW_SQL CURSOR FOR -
      SELECT OWNER, AW_NAME FROM ALL_AWS
    
      " Open the cursor
      SQL OPEN AW_SQL
    
      " Loop through the results
      WHILE SQLCODE EQ 0
      DO
        IF _aw EQ NA
        THEN DO
               " First loop, so print report headings
               SHOW JOINCHARS(RPAD('OWNER', _id_width) ' ' 'AW')
               SHOW JOINCHARS(RPAD('-' _id_width '-' ) ' ' RPAD('-' _id_width '-'))
             DOEND
        ELSE DO
               " Print aw and owner names
               SHOW JOINCHARS (RPAD(_owner, _id_width) ' ' _aw)
             DOEND
    
        " Fetch next row into local varialbes
        SQL FETCH AW_SQL INTO :_owner, :_aw
      DOEND
    
      " A SQLCODE of 100 is OK,since it means end of records
      IF SQLCODE EQ 100
      THEN DO
             SQL CLOSE AW_SQL
             SQL CLEANUP
             RETURN
          DOEND
    
      HADERROR:
       SHOW SQLERRM
       SQL CLEANUP
    END
    

    And here's what I see when I call the GLOBAL user.

    call list_aws
    
    OWNER                      AW
    ------------------------------ ------------------------------
    SYS                      EXPRESS
    SYS                      AWMD
    SYS                      AWCREATE
    SYS                      AWCREATE10G
    SYS                      AWXML
    SYS                      AWREPORT
    GLOBAL                      GLOBAL
    
  • Verification of the OLAP DML queries

    I work in my thesys and I want to know if is there a way to watch or even better, checking of queries with tools like awm. AWM is a good tool with graphics options, but I need to see the exact OLAP DML queries made the analytic workspace, I mean, a kind of fine-grained auditing. Thank you very much. Furthermore, I m working with Oracle 10 G release 2, and my analytic workspace is one made with the overall scheme.

    There are a few options to try, depending on what you want to audit:
    1. turn on SQL tracing
    2. in the AWM OLAP worksheet, use the command RECAP previous DML list calls
    3 turn the tracking spreadsheet OLAP DML:

    dbgoutfile dir_alias
    prgtrace = y
    "Open data viewer.
    dbgoutfile expressions of folklore ' close file when finished.»

  • Anyone know of a good tutorial OLAP DML/DDL?  (and NOT reference guide)

    In addition to the analytic workspace, I'm learning to build cubes by using just the OLAP DML / DDL language.

    Oracle and others have published many documents of reference on the language of the OLAP DML / DDL but I can't find a real tutorials that logically guide me through the process of creating cubes and everything that goes with it (definition of the dimensions, hierarchies, measures, calculations etc...) All the reference material is divided into pieces and difficult to learn effectively. Does anyone have a good OLAP DML / DDL tutorial links they could recommend? Thank you.

    John W wrote:
    Oracle and others have published a lot of reference material on the language of the OLAP DML / DDL but I can't find a real tutorials that logically guide me through the process of creating cubes and everything that goes with it (definition of the dimensions, hierarchies, measures, calculations etc...) All the reference material is divided into pieces and difficult to learn effectively. Does anyone have a good OLAP DML / DDL tutorial links they could recommend? Thank you.

    It is a very difficult task. The OLAP DML/DDL only supports relationships, dimensions (very primitive) and multidimensional basic variables. Dimensions and the visible cubes from the outside are a building a lot of components objects (a dimension has several primitive dimensions and relationships organized to create the DIMENSION of upper level that goes hand in hand with a cube, a cube a variable multiple and other pieces that get together) in the AW, more a bunch of objects of metadata in the dictionary of the Oracle.

    You really want to try to create your own and not expect to interact with OLAPI interfaces. It is possible to build your own version of things, but you also have to make your own view generation, etc. There are applications that are created from scratch, but they are completely from scratch (including whatever interactions they have through SQL). Everything you create will not work with all interfaces provided by Oracle, or the recently announced package of Simba MDX.

    Jim

  • Simple matter of Last.FM Scrobbler

    so I use the scrobble last.fm simple and for some reason when the fixing on the frame, I want to show who's the music player is not detected. usually it'll give some options and show what media players are detected and select them to scrobble out of. is this a problem with 1.4.9 or the application itself?

    Spike, my new cliq did all sorts of weird stuff. I did battery pulls and it makes everything better

    time.

  • Simple matter of Adobe Pro DC.

    Hi all

    I am new to Adobe Acrobat DC, and I'm sure it's something simple, but I have very little JavaScript 'know-how '.  I'm working on something for work and I'm looking to use a kind of conditional formula.  Here is a brief description of what I'm trying to do:

    I have a form and I want to summarize a series of text boxes in all, but only if the first text box is not empty.  (i.e.  Box 1 with the date, so now I want text text boxes 2-10 to summarize in box 11)

    I work mainly with Excel, and as I said I'm a little new to scripting so any help would be greatly appreciated.

    Also, if anyone has any suggestions for resources, I could use to learn more about JavaScript and its uses in Adobe Acrobat DC.

    Thank you all,

    You can use something like this than the calculation script of '11 text box: custom

    if (this.getField("Text Box 1").valueAsString=="") event.value = "";
    else {
        var total = 0;
        for (var i=2; i<=10; i++)
              total+=Number(this.getField("Text Box "+i).value);
        event.value = total;
    }
    
  • Simple matter of REGEXP_SUBSTR

    Hi all

    And I know that this should be simple

    How substr data delimited (double underline stroke) string up separator with regexp_substr:

    ' DocumentName:KC51351 - employee letter of consent (code 407) __DocumentOwner:Georgio Vuolde__DocumentExpireDate:1/1/2015 120000 AM'

    I am looking for what is between ' DocumentOwner:' and '_' (double underline stroke)

    "Georgio Vuolde" in this case.


    Please note there may not be simple traits of underscore in the given field.


    Thanks a lot for your help.

    LSY.



    Hello

    Here's one way:

    REGEXP_SUBSTR (str

    , ' DocumentOwner:(_?) ([^_]+_)*[^_]*)__'

    1

    1

    NULL

    1

    )

    To simplify regular expressions to understand, debug and maintain, you can add comments in line, like this:

    REGEXP_SUBSTR (str

    , ' DocumentOwner:' | -Literal

    ' (' || -Start definition of \1

    '_?'                  || -Target text can begin with an underscore (_)

    '([^_]+_)'            || -1 or several non - _s, followed of a _____

    '*'                 || -Above may occur 0 or more times

    '[^_]*'               || -0 or more non - _s

    ')'                     || -Definition of end of the \1

    '_' - Literal 2 _s

    1

    1

    NULL

    1

    )

  • simple matter of CFDIV

    Hi Gang-

    I'm dipping my toes in the pool "CF8 Ajax tool" and need a little help with CFDIV.

    I have a simple string of text I want to wrap in a HREF in order to show users an exploration to the low page in the CFDIV just below chain. For the life of me, I paint a complete blank on how to implement the href code! It is basically the exact same thing that the Adobe docs use CFDIV (pasted below) but I don't want to use a form, I want to use the href attribute instead. Any ideas?

    < cfform >
    < name cfinput = "tinput1" type = "text" >
    < / cfform >

    < h3 > using a div tag < / h3 >
    < cfdiv bind = "url:divsource.cfm? InputText = {tinput1}"ID ="theDiv ".
    style = "background-color: ##CCffFF;" color: Red; height: 350 "/ >"

    Thanks in advance,

    Rich

    .. Commissioner and you will find...
    It turns out that it was actually quite simple, although the docs are not really clear, I had to dig for this one...

    your link text

  • myRio digital simple matter of e/s

    This is probably the simplest question, you can get, but I have a requirement to the output of the digital output on the FPGA-say D0 pin on the port B. I use a switch for that and it works fine when I have a while loop with timer it contains. When I take off the whole loop and have the switch and the digital output on its own it doesn't work anymore. Why is it a while loop on this subject? the attached picture is when it works. Does not work then the while loop is deleted.

    Hi tomnz,

    What do you mean by "it doesn't work anymore? The loop allows the program to run continuously (when running, it will take the output command you give via the Boolean control), but otherwise the code runs only once.

  • Simple matter of blackBerry Smartphones: sandisk to 8530

    I have a 2 GB sandisk currently. How many GB of a sandisk buy without needing additional expansion adapters, etc I see they're going up to 32 GB, but they need extra things.

    I want to just get out my 2 GB and insert it into another without any extra work.

    This is a 4 GB, 6, 8, etc.

    Thank you

    Hello lyh10021,

    Welcome to the forums.

    Take a look at this article in the knowledge base for media supported card sizes.

    KB05461

    Sizes of card MicroSD taken in charge by the BlackBerry device software

  • Simple matter of FxV - storable he timestamps in the repository of analysis?

    Hello

    is it possible for a transaction filter or filter hit to store the current timestamp of this approach in a transaction set in the repository of analysis?

    THX

    "mark".

    Hi Mark,

    The repository of analysis don't let you store configured data (custom fields) to a DATETIME value.

    But you could potentially fill a custom with a time stamp using a Groovy script field. This custom field can then be stored in the repository of analysis as a TEXT or a DOUBLE. When you retrieve this value out of the repository of analysis, you could then convert it into a timestamp.

    Kind regards

    Brian Wheeldon

  • Simple matter of DW and Bootstrap

    Is the bootstrap in DW that bootstrap itself? I've seen people claim that before DWCC2015, some bootstrap associated extensions are simply a derivative of bootstrap, instead of being the real thing.

    I ask because I'm working on a project where I work with a developer who uses the bootstrap on the site of bootstrap.com get rather than that created by DW, so less pain I can cause between the two of us, the better.

    Thank you.

    It is the same product with a current warning, the latest version is 3.3.5 the version of Dreamweaver is 3.3.4.

    See here for the update released TWB/bootstrap · GitHub

    As far as coding is concerned, there is no difference.

  • Simple matter of ESX version

    How do I know what version of ESX I use?  vCenter reports 4.1.0 582267.  What is U1 or U2?

    Thank you

    you connect to the console of your ESX host, you can list two orders

    vmware -v
    

    and

    esxupdate query
    

    See also, http://communities.vmware.com/docs/DOC-10828

  • Should be a simple matter to install Esxi

    Try to get Esxi 4.0 running on a Dell XPS 400 Pentium D and 8 GB of RAM as a laboratory to test/system. This is a Mo DCP051 what the controller Intel ICH7 SATA in there. I don't use RAID, because I know that it does not work. I have a pair of 1 TB WD caviar Black sata disks in the box. Esxi installation complete with no complaints. To restart, I have CMTF except PF (14) in the 4831:PartedUtil world. Image of the GROUP is below.

    I am at a loss. I was not able to find anything on this particular exception. The ICH7 actually work, I've seen conflicting reports. Any thoughts?

    Thank you

    That's the thing with ESX/ESXi, you look at all the components... You can run ESXi 3.5 on it, if you want to configure at least one ESX Server...

    Be sure to click on the button assignments points...

    VCP4

Maybe you are looking for

  • Why I have to sign in to IgHome every time I open my browser?

    I have two computers, one with xp and one with win 7. On xp, I open my browser and am ready to go. I click on gmail and my mail is opened. ON win 7 I have to connect to customize igHome and then signed to gmail to get the job. As the case with everyo

  • Function keys lost after installing XP on Equium A200 PSAF5E

    HelloI installed Xp on my Equium A200 PSAF5E and there goes MUSH FASTER!But I lotso function keys, I was expectingAny idea on how I can put them up yet? Any software, driver or what else? Thank youSimone

  • How I locked Siri?

    I've disabled Siri in the menu and restarted my ATV 4. She always Announces each press the button, the title of the song and photo screensaver. Is it possible to put an end to that?

  • Pavilion G6: Accelerometer HP missing driver

    Since the upgrade to windows 10 unit ACPI\HPQ6007 is listed as an unknown device no drivers available. I discovered that it was the accelerometer, responsible for the protection of the disc. Where can I get the correct drivers from? And how is someth

  • How can I reset my windows 7 home administrator password base without logging in?

    Hello I forgot my administrator profile password and can't log into Windows (Windows 7 Home Basic). If there is anyway you can reset my password remotely or let me know how can I do this without having to reinstall Windows, that would be great. My pr