Reporting on holap cube

hi all...
i am not sure if this is the right forum section to post my ques...but anyways.
i have created an holap cube using EIS......
what are the various reporting tools other than Excel Addins using which i can report on my holap cube.....
it it possible to report on holap in obiee by importing it from essbase and without mapping it with rdbms data..
kindly help guys....

Yes, this is one of the very good and advanced features of OBIEE (nquire). Search the web i.e. for "obiee aggregate navigation"
i.e. this is a good entry point:
http://gerardnico.com/wiki/dat/obiee/fragmentation_level_based
So you would have to model two LTS (LogicalTableSource) for your LogicalTables in BMM layer, one pointing to Essbase's physical tables on the right hand side and the other pointing to your rdbms table(s). In this scenario it is very important to set the levels on your LTS's correctly.
hth

Similar Messages

  • Holap cube reporting on obiee???

    is it possible to perform obiee reporting on an holap cube created in essbase using EIS...
    In my holap cube cube i have a dimension market. its sub levels are country --> city --> store...
    upto the city level data is stored in the essbase cube. whereas the store data is coming from rdbms.......
    is it possible to drill down from market to city in obiee..
    kindly help !!!

    Yes, this is one of the very good and advanced features of OBIEE (nquire). Search the web i.e. for "obiee aggregate navigation"
    i.e. this is a good entry point:
    http://gerardnico.com/wiki/dat/obiee/fragmentation_level_based
    So you would have to model two LTS (LogicalTableSource) for your LogicalTables in BMM layer, one pointing to Essbase's physical tables on the right hand side and the other pointing to your rdbms table(s). In this scenario it is very important to set the levels on your LTS's correctly.
    hth

  • Reporting on Virtual Cube - DTP Authorisation is required??

    Hi all,
    Say there is a Virtual Cube V, i have multiprovider on top of it M, When i am running report on this M, it is saying as there should authorization to run the DTP's.
    Is it necessary to have DTP authorizations, to run a report on Virtual cube??
    Please let me know how to overcome this, other than including DTP authorizations in the User roles.
    Let me know your suggestions.
    Thanks,
    Sowrabh

    Hi Krishnan,
    Yes Users needs to run the report in front end.
    Can we give authoraztions for only these particular DTPs that to in display mode, so that they can run the queries??
    Would there be any issues by doing so??
    Thanks,
    Sowrabh

  • Report on Virtual cube is not working.

    Hi,
    I  created a report on virtual cube, Virtual cube is based on Function module which will pick data from Multiprovider, In the FM mention the import parameter name as " Muli Provider" Name.
    Multiprovider built on SPO object , On SPO object BIA is created, If can de activate the BIA on SPO then the report built on virtual cube is working in the portal. If I can activate the BIA the report is not working in the portal.
    The report is working fine in RSRT and Analyzer either BIA is active and deactive.
    Regards
    GK

    Hi
    The multi cube you created must be comprising of Info cubes, DSO and Info objects. Now this error which you are getting is it for
    - a specific characteristics or
    - any characterisitcs that is entered fourth in the series of filter selections or
    -  the fourth value in a specific characteristics
    Is the characteristics and the value which you use in filter present in all the underlying objects included in the multi cube ? You can check it in each of the objects associated in the multi cube, independently. This will give you an idea as to whether the error reported by the system is genuine or not.
    Cheers
    Umesh

  • How to create an holap cube??

    hi all...
    i want to create an holap cube...
    how do i start with???

    Find the below high level information.
    You need Essbase Integration services to develop the HOLAP cubes.
    Build the physical OLAP Model(A star schema model) in the relational database layer with finer level of detail.
    Import the physical model as logical OLAP Model into the EIS.
    Based on the Logical OLAP Model, build the meta outline and set the level of detail required and enable the heirarchies for hybrid analysis.
    Once you build the cube, in the essbase details are available as you set in the meta outline and further details are available in the relational database.
    Set the HAENABLE to True for the Application and database in the essbase.cfg.

  • Holap cube error in obiee

    hi all..
    i have imported an holap cube in obiee...
    but when i try to upload member count for any of the dimensions. its throwing the following error...
    [NQODBC][SQL_STATE:HY000][nQSError:10058] A general error has occured.
    [nQSError:43093] An error occurred while processing the EXECUTE PHYSICAL statement.
    Essbase error: Unknown member Measures.xxxyyyyzzzCount used in the query

    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 15018] Incorrectly defined logical table source (for fact table HOLAP1) does not contain mapping for
    [MEDIA_MARKET.Gen3,MEDIA_MARKET, MEDIA_MARKET.Gen3,MEDIA_MARKET]. (HY000)
    SQL Issued: SELECT MEDIA_MARKET."Gen3,MEDIA_MARKET" saw_0, MEDIA_MARKET."Gen1,MEDIA_MARKET" saw_1, MEDIA_MARKET."Gen3,MEDIA_MARKET" saw_2 FROM "10.8.19.83" ORDER BY saw_0, saw_1, saw_2
    I AM GETTING THE ABOVE ERROR WHEN I ADD ALL 4 COLUMNS

  • How to access holap cube...

    hi alll....
    i have created an olap metaoutline using essbase integration services(11.1.1.3)
    i hav to create an holap cube on it.
    how do i load data into it from rdbms source and access it in admin studio.....

    Hi,
    You can load data through Integration Services. How you created metadata(Outline) there you can find two options load metadata and data load, if you select that data load option you can load the data into the cube..
    Thanks
    Chinna

  • Pass parameter to ssrs report based on cube

    hi folks:
      I am working on a weekly report based on cube. Users are able to pull out data by themselves using excel. Now they want this to be scheduled to run on a weekly basis via SSRS. The date hierarchy (date.calendar)  is like this: Year -> Quarter
    -> Month -> Week
     I want users to be able to pick any week (only one week) they want and run the report.  I understand I need to create a parameter @week .
    The problem is how to populate this parameter @week in mdx since the source is a cube db.
     Any idea?
     Thanks
     Hui
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    Thanks Charlie, your solution is pretty close now. When I try out the shareddataset via cube, I found the following statement in the query via query designer:
    WHERE ( [Checkoutdate].[Fiscal Year Calendar].[Week].&[23]&[2014]&[2]&[6] )
    23 is the week no, 2014 is the year, 2 is the quarter and 6 is the month. I intend to create 4 parameters so that users could pick year, quarter , month and week. 
    The question here is the sequence, do I have to strictly follow the sequence  [week - year - quarter - month] or it doesn't matter? 
    SELECT {STRTOMEMBER("[Date].[Calendar Weeks].[Calendar Week].&["+@Week+"]&["+@Year+"]&["+@quarter+"]&["+@month+"]
    ")} ON 0
    or can I go like this as it's more intuitive:  
    SELECT {STRTOMEMBER("[Date].[Calendar Weeks].[Calendar Week].&["+@year+"]&["+@quarter+"]&["+@month+"]&["+@week+"]
    ")} ON 0
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

  • Cant view rdbms level data in HOLAP CUBE

    i have created an holap cude using EIS
    But i am unable to view the rdbms level data.
    for ex i have a market dimension.
    in which i have enable hybrid analysis for city level data....
    but i am unable to access it in spreadsheet add-in or in obiee answers. niether can i see in essbase(preview data).
    hence my cube formed isnt an HOLAP one..
    kindly help guys......

    Have you updated the essbase.cfg file with
    HAENABLE Appname dbname TRUE
    Then Analytic Services retrieves all members of a Hybrid Analysis Relational Source through API's, reports, or Spreadsheet Add-in.
    If HAENABLE is on, requests can transparently span across the Hybrid Analysis Relational Source.
    By default it is set to FALSE.
    If it is false Analytic Services turns off retrieval of members of a Hybrid Analysis Relational Source for all clients.

  • How to Make a report from two cubes

    Hi, guys,
    i'm trying to create a report use the data from two different cubes, but that's a problem. what i want to do is like this:
    From Cube A, i want to get the total machine number for each type of machine:
    Type machine | Total machine
    Type A 10000
    Type B 15000
    Type C 40000
    And from Cube B, i want to get the machine amount which has an error, also group by machine type:
    Type machine | Broken machine amount
    Type A 50
    Type B 15
    Type C 100
    So what can i do to create a report like below:
    Type machine | Broken machine amount | Broken machine ratio(%)
    Type A 50 0,5
    Type B 150 1
    Type C 100 0.25
    Thanks a lot,

    Hi, Nicolae, use ur idea, i can get the table u show:
    Type | Machine amount | cube
    Type A 10000 'cube A'
    Type B 15000 'cube A'
    Type C 40000 'cube A'
    Type A 50 'cube B'
    Type B 15 'cube B'
    Type C 100 'cube B'
    but with this table how can i get the table which i want:
    Type | Machine amount | % of machine
    Type A 50 0.5
    Type B 15 0.1
    Type C 100 0.25
    I have no idea, 2 things in ur idea have to be considered:
    1. just show the record of 'cube B'
    2. to get the data that cube B machine amount/ cube A machine amount
    Need your detail explain, thanks

  • Excel reports with OLAP cube in SharePoint

    I have SQL Server 2008 SSAS OLAP Cube. I have also SharePoint 2010.
    I want to let users to use pivot like reporting feature. Every user makes own reports.
    What are recommended architecture? What tools are needed? What SharePoint 2010 version and features are needed?
    Kenny_I

    Hi Kenny,
    Do you have any update for this issue?
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Create report from olap .cub file problem

    hello,
    i am using crystal reports 2008. i tried to create a report based off of the sample sales reports.cub file using the olap cube report wizard.
    when i moved the measures dimension to the slice list on the slice/page screen and tried to create a parameter field, i got this message "the table measure could not be found'.
    i do not understand how that table could not be found when it is in the .cub file.
    i'm hoping that someone can tell me because without getting past this, i can't create the olap report.
    any help would be greatly appreciated.
    thank you
    tracy

    Hi Tracy,
    Moved your post to the Other forum where OLAP is located.
    Don

  • Issue when running  Balance sheet report  on Virtual Cube (0FIGL_V10)

    Hi ,
    We are actually implementing new General ledger and I activated all the underlying ODS & cubes.
    While running standard report(0FIGL_V10_Q0001) on 0FIGL_V10 , I am getting the following error:
    Characteristic 0GLACCEXT has a constant value (F) and cannot be used.
    Characteristic 0GLACCEXT Financial Statement Item not available in the Infoprovider.
    FYI, The above characteristic is available in the cube and I dont know what is the fix for the same.
    Can anyone please let me know if the same problem was faced and resolved.
    Regards,
    Kumar

    Hi Sumit,
    Thanks for the response.I did following checks in RSRV yesterday before I posted this thread.
    Master data checks for 0GLACCEXT went successful but when I checked my Infocube and dimension tables,its giving me the following error:
    Diagnosis
    There is no dimension table for dimension /BI0/D0FIGL_V102, even though the dimension is not a line-item dimension.
    Procedure
    Try to reactivate the InfoCube. Data that is contained in the InfoCube is not deleted.
    As per the above procedure , I reactivated the cube and tried running the query but it still gives the message,0GLACCEXT characteristic cannot be used.
    I can see all the dimensions in the Infocube(0FIGL_V10) coming correctly and I also can reactivate but still the error doesn't go.
    I also tried installing the Cube one more time if the error was because of not installing properly and I tried running the report but still I did not get to a resolution..
    I am now not sure , what to do to fix this problem.
    Regards,
    Kumar

  • Date to Date Report For BSo Cube

    Hi All,
    We are plan to create one bso cube. we want to build time dimension include dates,I want to load data and generate reports date wise.I know its full difficult to get the reports date wise.please help me out.

    You could use relative names for the MEMBERS and then change the aliases each month:
    Member CM-0 Alias Sep 2012
    Member CM-1 Alias Aug 2012
    Member CM- ...
    You would have to reload all data each month but you could load to the alias names so the input files would not have to change.
    Then just build your reports with the member names and have Essbase respond to the query with the Alias.

  • Sharepoint 2013 Reporting Services & OLAP Cubes for Data Modeling.

    I've been using PowerPivot & PowerView in Excel 2013 Pro for some time now so am now eager to get set up with Sharepoint 2013 Reporting Services.
    Before set up Reporting Services  I have just one question to resolve.
    What are the benefits/differences of using a normal flat table set up, compared to an OLAP cube?
    Should I base my Data Model on an OLAP Cube or just Connect to tables in my SQL 2012 database?
    I realize that OLAP Cubes aggregate data making it faster to return results, but am unclear if this is needed with Data Modeling for Sharepoint 2013.
    Many thanks,
    Mike

    So yes, PV is an in-memory cube. When data is loaded from the data source, it's cached in memory, and stored (compressed) in the Excel file. (also, same concept for SSAS Tabular mode... loads from source, cached in mem, but also stored (compressed) in data
    files, in the event that the server reboots, or something similar).
    As far as performance, tabular uses memory, but has a shorter load process (no ETL, no cube processing)... OLAP/MDX uses less memory, by requiring ETL and cube processing... technically tabular uses column compression, so the memory consumption will be based
    on the type of data (numeric data is GREAT, text not as much)... but the decision to use OLAP (MDX)/TAB (DAX) is just dependent on the type of load and your needs... both platforms CAN do realtime queries (ROLAP in multidimensional, or DirectQuery for tabular),
    or can use their processed/in-memory cache (MOLAP in multidimensional, xVelocity for tabular) to process queries.
    if you have a cube, there's no need to reinvent the wheel (especially since there's no way to convert/import the BIDS/SSDT project from MDX to DAX). If you have SSAS 2012 SP1 CU4 or later, you can connect PV (from Excel OR from within SP) directly to the
    MDX cube.
    Generally, the benefit of PP is for the power users who can build models quickly and easily (without needing to talk to the BI dept)... SharePoint lets those people share the reports with a team... if it's worthy of including in an enterprise warehouse,
    it gets handed off to the BI folks who vet the process and calculations... but by that time, the business has received value from the self-service (Excel) and team (SharePoint) analytics... and the BI team has less effort since the PP model includes data sources
    and calculations - aside from verifying the sources and calculations, BI can just port the effort into the existing enterprise ETL / warehouse / cubes / reports... shorter dev cycle.
    I'll be speaking on this very topic (done so several times already) this weekend in Chicago at SharePoint Saturday!
    http://www.spschicagosuburbs.com/Pages/Sessions.aspx
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

Maybe you are looking for

  • Calling Report From Oracle Forms

    Hi I am calling this one report from oracle forms, I am using global temporary table to run that report. I am first inserting data into the temporary table through oracle form and then i am calling report in that form to view the data in that tempora

  • Adobe Premiere Elements 9 Stopped Working

    When I launch Adobe Premiere Elements 9 the only menu options that are available are to create a new Project or open a previous one, all other menu options are greyed out. Creating a new project has no effect. If I attempt to open a previous project

  • Nokia 6102 sync

    I purchased a new Nokia 6102i and it syncs perfectly with isync through the bluetooth port. Now I type in all my phone numbers in "Address Book" and all my appointments in "iCal" and synchronize these to my cell phone and if it ever gets lost or dest

  • Help! iMovie won't open

    When trying to open iMovie I got a message that the application quit unexpectedly. When I opened the report, the reason said that more than one application was created. So, I moved iMovie to the trash. It is no longer in the trash and the icon is sti

  • Conference room inactivity setting - can it be changed??

    We have 8 apple TV's that we use in conference rooms.  We set the conference room display option on and really like everything about this new feature but we are unable to use it because it has an inactivity setting of 2 minutes.  Many of our meetings