How to build BI Publisher of Olap Cube

I have a requirement on the construction of a report, but seems I am unable to meet customer's requirement by using OBIEE answers so I want to do this, use the BI Publisher. So I have a few questions.

1. is it possible to convert a report of responses OBIEE created using an Olap Cube to BI Publisher?

2. how to create a data model by using the Olap Cube?

Thank you

You can take the logical query of the report BI answers and allows to create a new report, BI Publisher.

Tags: Business Intelligence

Similar Questions

  • How to build and publish webhelp html files in another folder than the default folder

    Hi all

    I'm new to using robo. I have a requirement to build and publish webhelp html files in a different folder from the default folder.

    Could someone tell me please the steps to change the folder

    Thank you

    Rashmi

    You change the name in the first field in the first page of the wizard and the file to generate. It must be a folder on your hard drive.

    You change the publication record in the last page of the wizard. Wherever you want to.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • First time to create the OLAP Cube - problem of aggregation

    I'm new to OLAP technology and I want to build the first OLAP cube. I use the scott schema is:

    1-building dimension on the table 'DEPT' with a level deptno.

    2-building cube with a sal of measure on the table 'EMP '.


    Emp table

    DEPTNO SAL

    20 800
    30 1600
    30 1250
    20 2975
    30 1250
    30 2850
    2450 10
    20 3000
    10 5000
    30-1500
    20 1100
    30 950
    20 3000
    10 1300


    DEPt table

    DEPTNO DNAME

    10 ACCOUNTING
    SEARCH 20
    30 SALES
    40 OPERATIONS



    When I use the wizard to maintain and then display the data, that the sum of the wage is not accurate, it looks like

    sum

    all departments 5550
    accounting of 1300
    Researches. 3000
    sale 1250
    0 operations


    the values must be

    sum

    all departments 29025
    accounting 8750
    Researches. 10875
    sale 9400
    0 operations

    Why the aggregation of the values for the ministries are not accurate?

    Problem is visible in your table.

    Emp table

    DEPTNO SAL

    20 800
    30 1600
    30 1250
    20 2975
    30 1250
    30 2850
    2450 10
    20 3000
    10 5000
    30-1500
    20 1100
    30 950
    20 3000
    10 1300

    There are several Dept. not with different sal. In OLAP when you load this record then the last record just victories. That's why, if you look at it then you will see the value that you see is the last value is charged.

    To solve this, you should do a group (emp) deptno and sum (sal). Load the folders and you'll see the correct result.

    I hope this helps.

    Thank you
    Brijesh

  • How to build a table of TDMS file open

    Hello

    Examples NI TDMS - Express write data .vi (time domain), I can build a PDM file with 2 channels (sine and square waveforms) data, which are stored as test.tdms.

    Using Express read .vi data (time domain), 2 channels of waveform data are read. How to build a table later? How to separate the 2 channels of data in the tables 1-2 and manipulate the data using table functions?

    For example,.

    I want to collect 100 from index100 between channel 0 and their average. I want to take 50 samples from the channel 50 1 index and double each element.

    Thank you for your help.

    Bing@NCL

    Hey Bing.

    You can perform operations on different channels in the 2D table using the table to index. This will allow you to choose the channel to operate on, then you can perform the operation inside a loop on each element. In the included code snippet, I used a shift register to find the total cumulative values in channel 0 and then divided by the number of samples.

    I recommend you read some tutorials LabVIEW and bases of knowledge on topics that are related to yours. These could help a lot.

    I hope that my suggestions help,

    Chris

  • How to build a table using incoming data stream?

    I'm programming in VBAI but use LV as my Interface of Inspection. The VBAI program will go into a finite loop (x 1000) and the digital indicator with dbl vaule of food in front of the LV Panel if the value double is in order.

    In LV, how to build a table (index 0-999) with this stream?


  • How to build the current controlled current source

    I want to check my solution using multisim, however, I don't know how to build a circuit containing the current controlled current source. Hope someone can help me. Thanks in advance

    .

    The current direction must be placed between the the + 12V and 24 ohms resistance.

    I just made the circuit and if you make the change, you will see that you are right in your calculation.

  • How to build a {+ 1, -1} by wavelets?

    I am using labview 8.6 and the statement calls for me to "convolve data with Wavelet following {+ 1, -1}.» How to build this Wavelet?

    Thanks for the help.

    -T. Vepa

    [email protected]

    Something like that

  • How to build the table with all the combinations of a source table?

    Hello

    I have a 2D array that contains the list of the power user-defined settings. The number of PSs (table rows) is not fixed. For example - 3 PSs:

    Stage of Min Max name

    PS1 3.0 3.6 0.3

    PS2 0.9 1.2 0.1

    PS3 1.7 1.9 0.1

    I need to build, from this list, a table of all the combinations as below:

    PS1 PS2 PS3

    3.0 0.9 1.7

    3.0 0.9 1.8

    3.0 0.9 1.9

    3.0 1.0 1.7

    3.0 1.0 1.8

    3.0 1.0 1.9

    3.0 1.1 1.7

    3.0 1.1 1.8

    3.0 1.1 1.9

    3.0 1.2-1.7

    3.0 1.2-1.8

    3.0 1.2-1.9

    3.3 0.9 1.7

    3.3 0.9 1.8

    3.3 0.9 1.9

    3.3 1.0 1.7

    3.3 1.0 1.8

    3.3 1.0 1.9

    3.3 1.1 1.7

    3.3 1.1 1.8

    3.3 1.1 1.9

    3.3 1.2 1.7

    3.3 1.2 1.8

    3.3 1.2 1.9

    3.6 0.9 1.7

    3.6 0.9 1.8

    3.6 0.9 1.9

    3.6 1.0 1.7

    3.6 1.0 1.8

    3.6 1.0 1.9

    3.6 1.1 1.7

    3.6 1.8 1.1

    3.6 1.1 1.9

    3.6 1.2 1.7

    3.6 1.2 1.8

    3.6 1.2 1.9

    How to build this table programmatically?

    (Note also that the number of rows in the source table is not fixed).

    Thanks in advance!

    Hi Berezka,

    using a magic of automatic indexing:

  • Windows 7 - Excel 2010 - unable to connect to the OLAP Cubes SQL 2000

    Running 32-bit Windows 7 - Excel 2010 - unable to connect to SQL 2000 of the GreatPlains OLAP Cubes - message Getting connection refused actively.

    It works with XP and even load Excel 2010.  I can't find what I need to change in win 7.  I guess that's the firewall or driver settings.  I completely disabled the firewall and still no luck.  I also took the file to connect to the XP machine and tried to use it as an existing connection and still have the error.  I ran Excel on the Win 7 XP SP2, XP SP3 and still no luck.  I have spent hours reading and researching the issue and can not find an answer.
    I tried to change the OLAP service account and open all ports on the server.  Still nothing.  The error message will connect to the client computer and the server does not record demand, so I think that I don't yet get on the server.  I do not understand as well as if the message is actively refusing connection.
    I can run the cubes very well on the server and on the XP SP3 with Excel 2010 machine.
    I'm in my troubleshooting garnis.  There has been some problems, that I have not been able to solve in Microsoft Servers and this is one.  I know that there is an answer.  I'm just not see it.
    Thank you!!

    Hi Litiasheldon,

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    SQL Server (TechNet Forums)

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer

     

    I hope this helps.

  • Build an html5 app, I only .html, .js, images, css file folder files / files. How to build a web app/html5 app in that if I did not file config.xml?

    Build an html5 app, I only .html, .js, images, css file folder files / files. How to build a web app/html5 app in that if I did not file config.xml?

    I downloaded the game codes and try to build games using these codes, but I had only

    data folder

    image folder

    js file with .js files

    file .html

    main.js file

    In this case, how build/package web app /html5 app if no config .xml given?

    You will need create your own file config.xml. There are samples and documentation on each of the items on our microsite here:
    https://developer.BlackBerry.com/HTML5/documentation/gold/working_with_config_xml_file_1866970_11.ht...

    Note that all the elements in the samples are not necessary. For each piece, make sure that you actually need in the config.xml file. For example, most web game conversions will not need elements (using the old SDK) since they make use of BlackBerry-specific APIs.

  • How to build botan lib for BlackBerry 10?

    Hello

    I'm porting some proxy software - as in 10 BlackBerry platform then I found it requries botan 1.1 +.

      (25,10):#include 
        (26,10):#include 
        (29,16):using namespace Botan;
    

    etc.

    This is the homepage of botan: http://botan.randombit.net/

    y at - it advice on how to use this lib in my application of cascades?

    Botan has a configure.py in the downloaded tar, works fine on linux, but how to build targeted qnx lib?

    Thank you.

    Unfortunately you cannot use the series of development because it requires "version 1.11.0 and require a compatible for most C ++ 11 3.1 Clang compiler or GCC 4.7.

    1.10 stable series should be ok.

  • How to import a Publisher's Web site online at muse of adobe

    How to import a Publisher's Web site online at muse of adobe

    It is not possible. Muse uses its own system.

    Mylenium

  • How can I configure publishing to Facebook?

    How can I configure publishing to Facebook?

    Hi Cecelia,

    Please follow the steps in the link below.

    Adobe Photoshop Lightroom Help | Post photos online using publish services

    Hope this helps

    ~ UL

  • How to build a photo file to be able to print poster size?  I would use an outside vendor to print.

    How to build a photo file to be able to print poster size?  I would like to use an external vendor to print

    Talk to who that it is made to feel and see what their needs are. Most often a jpg high quality enough. Often, you have a PPP high setting for posters due to the viewing distance. 300 DPI to max, but I went up to 100 dpi for prints 30 X 40.

  • Captivate 8 - How to export or publish to PDF?

    Captivate 8 - How to export or publish to PDF?

    Ahhh, so you probably got hit with the new kid on the block. It is correct. We'll forgive you. We know how "cool" it is and all.

    Let me guess, in your editor, you have a colored on the top bar? And that would mean that you have created a new project of "responsiveness". (Insert here the Ahhhhh, sound swoooon)

    PDF output is not here for this type of project because it is intended for print on a web server for consumption on a variety of devices. If you want to publish in PDF format, you must use the type of demonstration/Simulation project. Sorry, there is no button or option to activate that goes "Poof" and now, it is converted to this type. You have to re-create the project.

    See you soon... Rick

Maybe you are looking for