Essbase Date Measures as DATE in OBIEE

Hi,
We have created an ASO Cube in Essbase 11.1.1 with a Date Measure member call "Maturity Date" in Measure dimension (Tagged as Accounts).
Once we create the Physical layer Administrator tool on OBIEE this member refers as a double data type. And also when we create a criteria on Answers and displays the result it is shown as a number.
But on excel (with essbase add-on) data shows as a date. (Ex: 2009-09-20)
Can anyone tell what has to be changed to display a Date Measures as Date type on OBIEE or suggest another alternate.
Thanks!
Nilaksha.

Hi Nilaksha,
I thought you might say that, I think this is because Essbase doesn't use data types as such, all data is stored as a value and characteristics of that data or how it is treated are more like meta data. This certainly rings true for the time dimensions I have seen. I think your best bet is to look at how you can format the numbers in the columns to make them appear in the format you require.
Regards
Ed

Similar Messages

  • Essbase Date Measures  in OBIEE

    Dose Essbase Date Measures supported by OBIEE. Can we have a Essbase Date Measures display as a DATE in OBIEE?
    Thanks

    Hi Nilaksha,
    I thought you might say that, I think this is because Essbase doesn't use data types as such, all data is stored as a value and characteristics of that data or how it is treated are more like meta data. This certainly rings true for the time dimensions I have seen. I think your best bet is to look at how you can format the numbers in the columns to make them appear in the format you require.
    Regards
    Ed

  • Pie chart with two measures and date dimension navigation not working

    Hi Experts,
    Pie chart with two measures and date dimension navigation not working. Any help is appreciated.
    Thanks
    V

    Hi Deepak,
    I had time dimension in the RPD.
    I have stacked bar chart with same time dim like year & month in the report. when I go to legand and set navigation it is working fine. But not with pie chart.
    I am not not sure what is the problem. When I click on Pie chart it is not navigating to the target report. Can it be any other issues..???

  • How to use TRUNC function with dates in Expression Builder in OBIEE.

    Hi There,
    How to use TRUNC function with dates in Expression Builder in OBIEE.
    TRUNC (SYSDATE, 'MM') returns '07/01/2010' where sysdate is '07/15/2010' in SQL. I need to use the same thing in expression builder in BMM layer logical column.
    Thanks in advance

    use this instead:
    TIMESTAMPADD(SQL_TSI_DAY, ( DAYOFMONTH(CURRENT_DATE) * -1) + 1, CURRENT_DATE)

  • Not able to import date column as Date time(SQL server) in OBIEE

    Hi,
    We have created cube in sql server.
    We have two date column in cube i.e. created date(datetime) joining date(datetime)
    Once I import joining date (Data type: Datetime) and created date(Datetime) by default it import as varchar.
    problems:
    1. I need to calculate difference of two date at OBIEE level. But it is varchar and I am not able to calculate the difference of two dates i.e. created date-joining date.
    I tried evaluate function also but not able to do in OBIEE 10.1.3.4.
    Any help pls

    Hi,
    In your cube have you set the type to 'Date' for this attribute? If not, try it and let me know if this still imports as varchar.
    Hope this helps.
    Thank you,
    Dhar

  • Essbase vs. Relational Data Warehouse (Which one is the fact table in DW)?

    Guys, thanks in advance for your feedback but below is a simple question i am trying to get feedback on. I am trying to compare an Essbase cube to Relational Data Warehouse containing the same set of information:
    Essbase Dimensions
    Time, Account, Product, Scenario (making it easy)
    Relational Data Warehouse
    Time (dim), Account (dim), Product (dim), Scenario (Fact table)
    OR
    Time (dim), Product (dim), Scenario (dim), Account (Fact Table)
    Which of the relational lines is correct? Is Account the fact table? or Scenario the fact table? Account will contain your usual P&L accounts. Scenario will contain your usual Actual, Budget and Forecast scenarios.
    Thanks,

    I am so not a DW guy, it's amazing, but I've never let little more than a brush with a product stop me from posting...
    Wouldn't all of your dimensions need to be in your fact table? How else would you join from the fact table to the dimensions?
    In either layout, wouldn't you have the keys for Product, Time, Scenario, Acount, and then data in the fact table?
    Or are you talking about the last dimension in your layouts be the columns? If that were the case (and I don't know that it is), I would guess that Scenario changes less, so it would be in columns, although I can definitely see that not being efficient as you are likely to pull all or some of the Accounts for a given time, product and scenario versus all of the scenarios for a given time, product, and account.
    I'm really curious about this as I am just the consumer of star schemas, never (thankfully, and obviously, given the above insane ramblings) the designer of them.
    Regards,
    Cameron Lackpour

  • How to measure the Data setup time

    I want to do a SPI timing AC characteristics.
    I use labview capture a frame of SPI data package from a oscilloscope and display in a waveform Graph.
    Lead time, Data setup time, data hold time... should be measured.
    So, what is the next  step should i do?
    Thanks

    Thank you, asastet.
    I test the SPI module of a MCU. I have download a code to init the SPI and transfer a data package continuously.
    The 4 channels of oscilloscope connected with SS, CLK, MOSI, MISO.
    In labview, I capture a frame of SPI data package from oscilloscope and display in waveform graph control.
    My project will automatically measure the data setup time and data hold time according CLK vs. MOSI.
    Thanks.

  • Obiee 11g - Formula between fixed date and variable date

    Need some advice please, I’m trying to modify a campaign report for Marketing so we can track over different periods of time. For example
    Start Date +7 days (all volume within this period)
    Start Date +28 days ( all Volume within this period)
    And so on and so on….
    BUT I’m struggling to use a formula that will do this. The start date for a campaign will always be different hence why we want capture everything between Start Date + (what ever number of days are set). In the report we have a start date, campaign name and number converted to application (Measure). Any help here would be brilliant lol. At the moment when we go into the report, it gives us the measure count to date. We just want to split it down over different periods basically.

    I assume we are talking about PCR for payroll. In this case look at documentation for operation NUM:
    OOOOOO
    Xnnnnn
    X     Table
    nnnnn Table field
    nn    Date type 'nn' from the Date Specifications infotype (0041)
         Date types are taken from table T548Y.
    Your operation would look like:
      NUM=Faaesb
          F          Fixed indicator for deadline calculation
           aa           Date type: Start date of period to be
                        calculated; if the date type is not 'nn,'
                        the second position is left blank.
             e          Unit, in which the duration is calculated:
                        T = days
                        W = week
    s         End date of period to be calculated:
              (blank)  End of current payroll period
              J        End of current calendar year
              A        Start of current calendar year
              B        Start of WPBP period
             No other specifications are possible.
    So it depends on what kind of fixed date you need.
    Hope it helps,
    Carlos.

  • Data Validation between BO and OBIEE reports

    How to validate a data in the BO and OBIEE reports are same?
    Plz send the necessary steps for validate.
    Is there any tool is used for validate the data in the BO and OBIEE reports are same?

    There is no tool for this - you will have to do this using manual checking. Define a test case, run the report on both systems, compare the results. Repeat.

  • Streaming data and writing data to measurement file problem

     Hi everyone,
    I found something wrong about my code but i don't know exactly what it is first i have a program for acquiring 15 analog signals(NI PXI6259) after acquiring the data i use network stream to stream data from my NI PXI8186 to the host pc these steps are in target VI, after streaming data to host PC
    , i tried to write down the data to the spreadsheet using Express write to measurement VI.
    Problems : 1. After i run the host Vi and target Vi the number available to read is always 0 after sometimes the data displaying on the chart incdicator on host Vi is stopped and start counting the numberavailable to read also the time indicated on X axis of the chart doesn't grow.
                         2. Write to measurement file generate the file that record the data counting the data from 0 to 99 and start over and over again
     Please help i really have no idea what is the cause for each problems.
    Attachments:
    target - single rate.vi ‏83 KB
    Host UI.vi ‏36 KB

    Dear Crossrulz
            Thank you for your prompt reply i have removed the input to "Samples Per Channel" on the DAQmx Timing VI already but still didn't arrange the 
    channels input i will do it but i want to keep it this way first. Now the data acquiring looks okay but i have found new problem.
            After running the program for acquiring the data for about 5 to 6 minutes the program will stop acquiring the data or
    sometimes the target (NI pxi8186) will reboot itself and displaying message "Reboot due to system error" "System state: Safe Mode (System error)
    and on the Host PC there will be a window pop-up displaying
    "Waiting for the target (NI-PXI8186-2F0a597C) to respond"  "Stop Waiting and Disconnect"
     i didn't run the host Vi just run the target Vi only. If this problem caused from the program or the hardware ? Please help.
    Attachments:
    Host UI.vi ‏141 KB
    target - single rate.vi ‏83 KB

  • Essbase Analytics for HFM- Data Update Agent Status

    Hi,
    In Essbase Analytics for HFM, Data Update Agent status is showing 'Not Active', so as 'Analytic Link Data' status.
    The Start/Stop option for the same is disabled. Other connectivity statuses in Bridge are all 'Available'.
    What needs to be done to make Data Update status 'Active'.

    Hi HP,
    The Essbase Analytics Link and HFM needs to be registered with the same Shared Services. Hope you are doing the same.
    Thanks & Regards
    Sandy

  • Essbase 7.1 - Incremental data load in ASO

    Hi,
    Is there incremental data loading feature in ASO version 7.1? Let's say, I've the following data in ASO cube
    P1 G1 A1 100
    Now, I get the following 2 rows as per the incremental data from relational source:
    P1 G1 A1 200
    P2 G1 A1 300
    So, once I load these rows using rule file with override existing values option, will I've the following dataset in ASO:
    P1 G1 A1 200
    P2 G1 A1 300
    I know there is data load buffer concept in ASO 7.1. And this is the inly way to improve data load performance. But just wanted to check if we can implement incremental loading in ASO or not.
    And one more thing, Can 2 load rules run in parallel to load data in ASO cubes? As per my understanding, when we start loading data, the cube is locked for any other insert/update. Pls correct me if I'm wrong!
    Thanks!

    Hi,
    I think the features such as incremental data loads were available from version 9.3.1
    In the whats new for Essbase 9.3.1 it contains
    Incrementally Loading Data into Aggregate Storage Databases
    The aggregate storage database model has been enhanced with the following features:
    l An aggregate storage database can contain multiple slices of data.
    l Incremental data loads complete in a length of time that is proportional to the size of the
    incremental data.
    l You can merge all incremental data slices into the main database slice or merge all
    incremental data slices into a single data slice while leaving the main database slice
    unchanged.
    l Multiple data load buffers can exist on a single aggregate storage database. To save time, you
    can load data into multiple data load buffers at the same time.
    l You can atomically replace the contents of a database or the contents of all incremental data
    slices.
    l You can control the share of resources that a load buffer is allowed to use and set properties
    that determine how missing and zero values, and duplicate values, in the data sources are
    processed.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Multiple Essbase-derived measure dimensions in OBI EE

    Hi guys,
    I have a requirement here which basically requires the usage of measures coming from two different measure dimensions of Essbase (Account and Scenario) next to each other in reports.
    I set both to dim type "measure dimension" and made sure the respective measures exist as physical cube columns. Then I tried two alternatives:
    1.) One logical fact table - result spool:
    -------------------- Logical Request (before navigation):
    RqList distinct
    Actual:{DAggr(Account.Actual by { } )} as c1 GB,
    Actual LY:{DAggr(Account.Actual LY by { } )} as c2 GB,
    Target:{DAggr(Account.Target by { } )} as c3 GB,
    Vs Actual LY:{DAggr(Account.Vs Actual LY by { } )} as c4 GB,
    Vs Actual LY %:{DAggr(Account.Vs Actual LY % by { } )} as c5 GB,
    Ops:{DAggr(Account.Ops by { } )} as c6 GB,
    Sales_In:{DAggr(Account.Sales_In by { } )} as c7 GB
    +++Administrator:2a0000:2a000a:----2008/11/10 14:29:55
    -------------------- Execution plan:
    RqList <<60982>> {for database 0:0,0} distinct
    D1.c1 as c1 {for database 0:0,0},
    D1.c2 as c2 {for database 0:0,0},
    D1.c3 as c3 {for database 0:0,0},
    D1.c4 as c4 {for database 0:0,0},
    D1.c5 as c5 {for database 0:0,0},
    D1.c6 as c6 {for database 0:0,0},
    D1.c7 as c7 {for database 0:0,0}
    Child Nodes (RqJoinSpec): <<61009>> {for database 0:0,0}
    RqList <<60949>> {for database 3023:179879:Full cube,34}
    AggrExternal(INSIT.Actual) as c1 GB {for database 3023:179879,34},
    AggrExternal(INSIT.Actual LY) as c2 GB {for database 3023:179879,34},
    AggrExternal(INSIT.Target) as c3 GB {for database 3023:179879,34},
    AggrExternal(INSIT.Vs Actual LY) as c4 GB {for database 3023:179879,34},
    AggrExternal(INSIT.Vs Actual LY %) as c5 GB {for database 3023:179879,34},
    AggrExternal(INSIT.Ops) as c6 GB {for database 3023:179879,34},
    AggrExternal(INSIT.Sales_In) as c7 GB {for database 3023:179879,34}
    Child Nodes (RqJoinSpec): <<60952>> {for database 3023:179879:Full cube,34}
    INSIT T179892
    ) as D1
    +++Administrator:2a0000:2a000a:----2008/11/10 14:29:55
    -------------------- Sending query to database named Full cube (id: <<60949>>):
    select
    { {Scenario}.{Actual},
    {Scenario}.{Actual LY},
    {Scenario}.{Target},
    {Scenario}.{Vs Actual LY},
    {Scenario}.{Vs Actual LY %},
    {Scenario}.{Ops},
    {Scenario}.{30001}
    } on columns
    from {INSIT_C.INSIT}
    2.) Two logical fact tables - result spool:
    +++Administrator:2a0000:2a0007:----2008/11/10 14:49:23
    -------------------- Logical Request (before navigation):
    RqList distinct
    Account.Sales as c1 GB,
    Account.Backlog as c2 GB,
    Account.Sales_In as c3 GB,
    Scenario.Act vs Bud % as c4 GB,
    Scenario.Act vs Budget as c5 GB
    OrderBy: c1 asc, c2 asc, c3 asc, c4 asc, c5 asc
    +++Administrator:2a0000:2a0007:----2008/11/10 14:49:23
    -------------------- Query Status: Query Failed: {nQSError: 15018} Incorrectly defined logical table source (for fact table Account) does not contain mapping for {Scenario.Act vs Bud %, Scenario.Act vs Budget}.
    +++Administrator:2a0000:2a0009:----2008/11/10 14:49:28
    -------------------- Logical Request (before navigation):
    RqList distinct
    Account.Sales as c1 GB,
    Account.Backlog as c2 GB,
    Account.Sales_In as c3 GB
    OrderBy: c1 asc, c2 asc, c3 asc
    +++Administrator:2a0000:2a0009:----2008/11/10 14:49:28
    -------------------- Execution plan:
    RqList <<37039>> {for database 0:0,0} distinct
    D1.c3 as c1 GB {for database 0:0,0},
    D1.c2 as c2 GB {for database 0:0,0},
    D1.c1 as c3 GB {for database 0:0,0}
    Child Nodes (RqJoinSpec): <<37047>> {for database 0:0,0}
    RqList <<37051>> {for database 3023:179879:Full cube,34}
    INSIT.Sales_In as c1 GB {for database 3023:179879,34},
    INSIT.Backlog as c2 GB {for database 3023:179879,34},
    INSIT.Sales as c3 GB {for database 3023:179879,34}
    Child Nodes (RqJoinSpec): <<37059>> {for database 3023:179879:Full cube,34}
    INSIT T179892
    ) as D1
    OrderBy: c1 asc, c2 asc, c3 asc {for database 0:0,0}
    +++Administrator:2a0000:2a0009:----2008/11/10 14:49:29
    -------------------- Sending query to database named Full cube (id: <<37051>>):
    select
    { {Scenario}.{Sales}{Scenario}.{Backlog}{Scenario}.{30001}
    } on columns
    from {INSIT_C.INSIT}
    +++Administrator:2a0000:2a0009:----2008/11/10 14:49:29
    -------------------- Query Status: Query Failed: Essbase Error: Unknown Member Scenario.Sales used in query
    So basically neither of the two options work at all. Most of the time he just assumes that all that measures are coming from the last hierarchy I defined as a measure dimension...hence the unknown member error.
    Likewise with the two logical tables, he screws the query up completely and doens't even manage to resolve the column mappung against the logocal tables.
    Has anyone ever tried to mix measure dimensions retrieved from Essbase? Using OBI EE it's very tricky to define the acutal measure containing data points in Essbase.
    Cheers,
    C.
    Edited by: Christian Berg on Nov 10, 2008 2:58 PM
    Edited by: Christian Berg on Nov 10, 2008 3:00 PM
    Sorry for the reformatting...the forum doesn't like the square brackets in the BI server logs...

    Solved. Takes some nibbling around in Answers, but doable with unioning and pivot tables.
    Cheers,
    C.

  • Reporting Essbase typed measures

    Is anyone using Typed Measures in Essbase? I cannot seem to format a date measure and the text measures output the value instead of the associated text from the text list.

    You can lock and send text measures with the Excel Addin, what error message are you getting.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Status 51 material document data and po data do not match(vendor)

    i am using we19 to try an inbound idoc mbgmcr(receipt for po)
    i put in gm_code 01
    movement indicator B(goods receipt for po)
    vendor 3815
    PO 4500015241
    PO Order Item 00030
    Movement type 101
    qty in unit of entry  1
    iso code unit of measurement pc
    on the po screen i see the po item and qty to be delivered is 75
    when i run the inbound idoc i get
    status 51 material document data and po data do not match(vendor) but as i say on the po inquiry screen i see the po vendor item with 75 to be delivered
    what am i missing????????????????

    thank you
    i put in the leading zeros and got rid of that problem
    now i am getting status 51
    posting only possible in 2004/07 and 2004/06
    but in the posting date i use 07/02/2004  i have tried several dates in the period but get the same error
    any ideas?
    thanks you

Maybe you are looking for

  • New Thinkpad Yoga 12.5" cover got hardly removable stain

    I just bought thinkpad yoga a few days ago. I found out that there is either scratch or oil mark stick on the screen cover.  I was using my computer when eating burger, maybe I got oil stain on top of it, but I couldn't manage to remove it. I have al

  • IDVD opened and shut down

    I clicked iDVD to open and it s opening and shut down again and again. Any solution for that? Jerome

  • Decentralized Warehouse Management - Exclude inbound process

    Dear All, We are setting up decentralized Warehouse Management, with SAP ECC as ERP and an external WMS-system. We only want to set up the outbound delivery flow and keep the inbound flow in the 'as is' situation*. The question is if this is possible

  • How do I import albums of photos from Kodak Easyshare software to PSE 11?

    How do I import albums of photos from Kodak Easyshare software to PSE 11?

  • Using iPresent It

    I have create some presentations in 1024 x 768 mode and would like to be able to show them on a TV using an iPod. I purchased iPresent It and though it says it "optimizes" the presentation to be run in a 4:3 mode the slides still run off the edge of