BI intregration wizard query

Hi,
I want to access BI content.How can i access it?
What is the difference between using a BI integration wizard and searching for the info-cube and using the "Data" task panel and Selecting the BI system and searching for a cube in it?
Is there any difference in both of them? Can any one explain me regarding that?
Regards,
Divya

Hi,
the BI integration is a generic term in Visual Composer; it allows you to integrate various kind of BI "like" data sources, among others:
- ABAP Queries
- SAP BI Queries
- Relational databases tables (JDBC)
In order to access SAP BI content, you need to define an SAP BI query (or query view).
Once this is done, you can access it directly in VC by choosing your SAP BI server as data source.
The BI integration wizard is used for creating queries over JDBC tables, allowing you to access BI "like" (but not specifically SAP BI) content.
Rgds,
Karim

Similar Messages

  • Login wizard querying wrong table

    Hi all
    I use MSaccess/cf7/dwcs3 - and addt now - when i use the login wizard - i set the user table as the one to query for login - but the record set is querying the first table in the database not the correct one - which happens to be the last one - any ideas???
    thanks FSM

    -----
    dreamweaver doesn't accept the spaces in the name.... hence user table won't work but user_table or usertable will
    I have a gut feeling that Dreamweaver CS3 is a lot stricter with table & column names which don´t conform to the "rules".
    It´s actually good that DW nowadays doesn´t accept names which would also lead to conflicts outside the DW realm, but it would certainly be better if DW would display some sort of "you can´t use this table name, because..." warning rather than having folks scratch their heads of the possible reasons of such a failure.
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Error while executing query at a user

    Hello Experts,
    I am getting error while previewing the query at one of my user ERROR is: Error while connecting the read-only DB user; check that the read only DB user is assigned to database. 110.
    Help Required !

    Log in as a super User
    Navigate  to Authorisations on path
    Administration > setup > Authorisation
    Navigate to the user facing the issue  Navigate to  Reports and
    Give Full authorization to
    Query generator
    Query Wizard
    Query Manager.
    This should resolve your issue.

  • Report problem plz help

    hi to all
    Using form6i and run in client server. i cant solve this problem please help to all master :
    I have a text item in forms and button. When i type the Customer_Name in text item then all names appears in reports, i want that when i type the name, only that name will appear .
    Please check what is wrong with my code and steps.
    In report wizard, query statement i put "Select * from S_customer"
    then i call the report in forms..
    Report Property pallette:
    Other Parameters=Customer_Name
    Query names=Select * from s_Customer where Customer_Name=:rep(the text item)
    then in forms the button trigger is when button pressed.below is the code:
    declare
    v_Rep varchar2(100);
    repid report_object;
    Begin
    repid := find_report_object('report');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,’s_customer=’||:Dept.rep);
    v_rep := run_report_object(repid);
    end;
    advance tnx to all

    Hi,
    You need to bulid a parameter list.
    This is a code sample to run a report from Forms:
    (Place it on a button when-button-pressed trigger, to run the report).
    DECLARE
         repid REPORT_OBJECT;
         v_rep VARCHAR2(100);
         rep_status VARCHAR2(20);
    -- this is the parameter list
         pl_id ParamList;
    pl_name VARCHAR2(10) := 'tempdata';
    BEGIN
    -- try to find the parameter list
    pl_id := Get_Parameter_List(pl_name);
              IF Id_Null(pl_id) THEN
                   -- if parameter lsit does not exist
                   -- create it
              pl_id := Create_Parameter_List(pl_name);
              IF Id_Null(pl_id) THEN
              Message('Error creating parameter list '||pl_name);
              RAISE Form_Trigger_Failure;
              END IF;
              ELSE
              Message('Parameter list '||pl_name||' already exists!');
              -- destroy it to clear old parameters
              -- and create it again;
              destroy_parameter_list(pl_id);
              pl_id := Create_Parameter_List(pl_name);
              END IF;
    Add_Parameter(pl_id,'p_customer_name',TEXT_PARAMETER,:customer.cust_name);
    -- add as many parameters as needed
    -- finally run the report passing your parameter list
         repid := FIND_REPORT_OBJECT('report4');
         v_rep := RUN_REPORT_OBJECT(repid, pl_id);
                   Exception
                        when others then
                        Message('Error running report. '||sqlerrm, acknowledge);
    END;
    Also, you need to create the parameter in your report:
    1.- Open your report on reports builder.
    2.- Find the "Data Model" node, and the "User parameters" node.
    3.- Create a parameter: p_customer_name
    4.- Modify your sql from:
    Select * from S_customer
    TO:
    Select * from S_customer
    where Customer_Name=:p_customer_name;
    If you want this parameter to be optional, check the reports online help on "Lexical References".
    Have fun,
    Hugo

  • Users changes the address of Business Partners

    Hi Everyone,
    We are using SAP Business One 2007A. We have different locations set up for "ship to address" in business partners master data and all the ship to address have been saved as unique locations so that when a sales order or a work order is created, the location address is automatically populated on choosing the location of ship to address from the drop down menu
    What many users are doing: When creating work orders, they input the business partner code, choose the location and then change the ship to address to whatever they want. This creates problems when converting the work orders to delivery. I want to restrict the capability of changing the ship to address while creating work orders and sales orders. How do I do it? Do I have to do it in business partner master data or in work orders or is it some kind of user authorization that I am missing.
    Please let me know.
    Thank you.

    Hi,
    I checked the links sent by you. It says Open SQL> Click on + of data base> Programability> Stored Procedures> SP Transaction notification and paste the code where you see" ADD YOUR CODE HERE" and click o execute or press F5.
    In Business One 2007A, I do not see anything like SQL, +of database, programmability etc. I only see the following in Business one. Tools-->Queries and I see a lot of options for Queries named Query Manager, Query Generator, Query Wizard, Query Print Layout, User Queries, System Queries etc. Which one do I use?
    Also, where do I get the SP code to execute?

  • BO Download information

    Hi,
    I am new to BO, I want to install BO in our server. I found the following packages & products to download while i am searching in market place.
    SBOP CATEGORIZER WORKBENCH LANGUAGE MODULES
    SBOP EDGE DATA INTEGRATOR (formerly Edge Professional)
    SBOP EDGE BI WITH DI
    SBOP EDGE INTEG. FOR SAP SOL.
    SBOP INTGR. FOR SAP
    SBOP MOBILE
    Address Directories
    Ad-hoc Querying package
    BOBJ INTGR. FOR SAP XI 3.0
    Enterprise Query, Reporting, and Analysis package
    BOBJ INTGR. FOR SAP XI 3.0
    Visualization and Reporting package
    BOBJ INTGR. FOR SAP XI 3.0
    Now I want to know which packages/products are needed to download ? or is any other packages are missing ?
    Guide and help me....
    Thanks in advance...

    Hi,
    It completely depends on what you need and what is your requirement.
    These client tools are installed with BusinessObjects Enterprise XI 3.1,
    Desktop Intelligence (Deski)
    Web Intelligence Rich Client
    Data Source Migration Wizard
    Business View Manager
    Report Conversion Tool
    Import Wizard
    Publishing Wizard
    Query as a Web Service (QaaWS)
    Universe Designer
    Developer Components
    Translation Manager
    So,If you have a reporting need it has Web Intelligence,Desktop Intelligence and Crystal Reports.
    In BO 3.1 you can use  Infoview ,Central Management Console,Central Configuration Manager to manage your needs.
    For more information you can refer our [Administrators Guide.|https://www.sdn.sap.com/irj/boc/notes]
    Sincerely,
    Nikhil Dharme

  • Oracle data provider not appearing in MS Business Intelligence reporting

    Oracle Data provider does appear is VS 2005 server explorer but NOT as a data source in the reporting project type.
    This is in oracle ODAC beta 11
    Is this supported?

    I believe your developer encounters a hang when using the Microsoft reports wizard with MS OracleClient. I don't know why this is happening, but this issue would need to be resolved by Microsoft. They build both the reports wizard and MS OracleClient. They would need to identify what in their code is causing the problem. If they find out the underlying cause is a call they are making into Oracle, then Oracle will fix it.
    Oracle builds ODP.NET, which I haven't seen work with the reports wizard query builder. But I haven't fully investigated why. There may be additional configuration needed to wire these together.
    If you would like to discuss this in detail, you can email me at alex.keh [at] oracle.com

  • Oracles table Partitions

    I have to create an app that front ends a database of network
    events. Users access this by time parameters. I take those
    parameters and determine the correct oracle partition to go to (for
    query speed purposes)., There are about 20 million rows in this
    database. I cant do anything without being able to specify
    partition. CF does not seem to work with the following:
    select *
    from reporting_db partition (p200901)
    It does not seem to recognize "partition" as a keyword. And I
    need it to recognize the entire "partition (p200901)" as valid
    oracle sql. What am I missing?

    Well I guess I'm too tired or something. Its working now. It
    was not working from the flex cf wizard query dialog. But maybe I'm
    just working to many hours and it would have worked there too. Oh
    well.

  • How to disable Wizard in Ad-hoc Query Designer

    Hi everybody,
    I am using the Bex Ad-hoc Query Designer in a web application. The users should be able to define their own queries, but just for one info provider. I selected the info provider in the properties of the ad-hoc query designer in the web template.
    Now the users are able to create queries for all info providers with the wizard.
    Is it possible to disable the wizard or to disable all buttons at the top of the ad-hoc query designer.
    Thanks in advance,
    Joerg

    This can be done using the security for the Infoprovider,  provide the users access to create queries only for that Infoprovider.

  • Query wizard and PLD

    Hi experts,
    I use query wizard making a query, and I can found it in query manager. then I created a report for that query. everything is ok but i don't know how to show the report and print it out. please help, thanks.

    Hi,
    This is very simple goto tools queries-> query Print Layout
    it will display all the query print layout . select the query for which you want to have the preview.
    and select teh print preview button it will display you report..
    Regards
    Chidambaram

  • Unable to edit wizard created SVG chart query

    Hi,
    I have a problem with an SVG chart that one of the HTML DB wizards created.
    On the generated page the wizard created a selection list item named P30_SHOW.
    This item allows to choose a table column based on which an SVG pie chart is generated.
    The automatically generated chart query is:
    select 'f?p=106:26:&SESSION.:::RP,26:P26_CHART_FILTER,P26_VALUE:'||:P30_SHOW||','||"&P30_SHOW.",
    "&P30_SHOW.", count(*)
    from "TESTTABLE"
    group by 'f?p=106:26:&SESSION.:::RP,26:P26_CHART_FILTER,P26_VALUE:'||:P30_SHOW||','||"&P30_SHOW.",
    "&P30_SHOW."
    The page with selection list and chart worked fine at first.
    But then, when I edited the chart's width on the respective 'SVG Chart Attributes' tab and pressed
    the 'Apply Changes' button I got the following error:
    'Query cannot be parsed, please check the syntax of your query. (ORA-01741: illegal zero-length identifier)'
    I only changed the chart's width, I did not touch the chart's query at all.
    My theory is that HTML DB tries to validate the correctness of the chart's query.
    However, the query references a session variable (P30_SHOW) that is
    not defined in my development session. Consequently, the query is not valid in the
    development context and is refused by HTML DB.
    Now I have two questions:
    1. Is my analysis correct, or are there different reasons for the error I do encounter?
    2. How can I get around the problem? I'd like to use the automatically generated charts,
    but also want to be able to edit them.
    Thanks in advance for helpful comments.
    Regards Holger

    Scott,
    I imported the application using the import/install process. A new application ID was created but was not changed in the chart query. The link was generated by the application wizard. The chart query link is below:
    select 'f?p=103:2:&SESSION.:::RP,2:P2_CHART_FILTER,P2_VALUE:'||:P6_SHOW||','||"&P6_SHOW.", "&P6_SHOW.", count(*)
    from "O_DATA_COLLECTION_POINTS"
    group by 'f?p=103:2:&SESSION.:::RP,2:P2_CHART_FILTER,P2_VALUE:'||:P6_SHOW||','||"&P6_SHOW.", "&P6_SHOW."
    The new application id is 101. It is impossible to modify this query because of message:
    "1 error has occurred
    Query cannot be parsed, please check the syntax of your query. (ORA-01741: illegal zero-length identifier"
    This happens even if nothing is changed in the query but just the apply changes button is pressed.
    I had a similar problem with the breadcrumbs menu. The link was also pointing to the old application id 103 instead of the new application id 101. The way I got round that was to delete the breadcrumb template and create a new one. I then had to go through all the pages that referenced that and reset the breadcrumbs menu template in the region definition.
    Thanks Arjen

  • Export query result to csv using Export Wizard

    Been a decade since I last used Oracle and related tools.
    I had to use Oracle server again, I have a query over multiple tables, I am to run a scheduled script that will spit out the query result as a csv file.
    I started with SQL Developer Export wizard, in step "Specify Data", I am at a loss, where to specify the query itself? I see a Name,Schema,Type input, a text area below, Up,UpAll,Down,DownAll buttons etc etc. Where do I specify my query here? Can someone please help?
    Is this the best way to go about to schedule a data export (query to csv) daily?

    To export a user query rather than a whole table, run it in a worksheet and export using the context menu on the result grid. However none can be scheduled.
    Instead you can look at the SPOOL command and schedule it through SQL*Plus. Any questions can go to the iSQL*Plus and/or SQL And PL/SQL forum.
    Have fun,
    K.

  • Report Query wizard error (in Shared Components)

    I have been following the <a target="_window" href="http://www.oracle.com/technology/products/database/application_express/howtos/howto_master_detail_pdf.html">How-To Create a Master-Detail PDF Report</a><br>
    <br>
    I'm using Apex 3.01 and Firefox 2.0.0.7<br>
    <br>
    When I have to create a Report Query in the shared components, I get through the wizard to the Create Report Query Layout page and for some reason, the Previous and Next buttons don't work. The only button that works is the Cancel button.<br>
    It seems to happen after I've downloaded the sample XML file from that page.<br>
    I've also noticed this happens when you go in to edit an existing Report Query and take a download of the XML...<br>
    On closer inspection it seems to be the buttons that have onclick="javascript:doSubmit..." behind them that don't work. Buttons with javascript:confirmDelete seem to still be active and work ok.<br>
    <br>
    But, the problem doesn't happen in IE7.<br>
    <br>
    I found this happened on both my local installation and on my apex.oracle.com instance.<br>
    <br>
    Has anyone else had this behavior or is this some dodgy local setting I have wrong?<br>
    <br>
    Gus..<br>

    Hi,
    This is posted in the wrong forum. This forum is for Oracle Berkeley DB. Please find the correct forum and post your question there.
    Regards,
    Alex Gorrod,
    Oracle Berkeley DB

  • Query problem  in viewobject wizard

    I have problem to viewobject creation
    In the sql Query of viewobject wizard, I can not use build-in sql function like trunc, nvl to the attribute
    if I use function, there is no problem with query test(query is valid). However when I click ok or apply button
    it popup message like this:
    "the following attributes will be set as transients. Derived expression will be lost"
    Does this mean I can not use any build-in fuction in select list in view obect wizard?
    Another question is how can I nest sql in the select list?
    for instance:
    in my select list in Query(viewobject wizard)
    I have Query:
    select Customer.CUSTOMER_ID,
    Customer.BANK_NUMBER,
    Customer.TRANS_AMOUNT,
    from CUSTOMER Customer
    where Customer.CUSTOMER_ID =:0
    it works without problem
    But if add nested select query:
    select Customer.CUSTOMER_ID,
    Customer.BANK_NUMBER,
    (select sum(c.TRANS_AMOUNT)
    from CUSTOMER c
    where......
    ) as "Amount"
    Account.FILE_NAME,
    from CUSTOMER Customer, ACCOUNT Account
    where Customer.CUSTOMER_ID =:0
    It did not work.
    Can somebody tell me how to solve this problem?
    Or is there another way to achieve this?
    thanks

    sory i wrote the wrong one
    function CF_ITEMFormula return number is
    v_item number(30);
    begin
    IF :P_state  ALL then
            IF :P_STATE = 'SMALL' THEN
            SELECT aa.item
            INTO v_item
            FROM tableA aa,
                     tableb bb
            WHERE aa.code = bb.code
            AND aa.date = :P_date
            AND aa.name = :P_name
            AND bb.state LIKE '%et%''
            AND (case :P_DIV
                    when ('west') then aa.division = 1
                    when ('east') then aa.division = 2
                    when ('south') then aa.division = 3
                    when ('south & west) then aa.division in (1,3)
                    else aa.division in (1,2,3)
                    end);
            end if;
           IF :P_STATE = 'BIG' THEN
            SELECT aa.item
            INTO v_item
            FROM tableA aa,
                     tableb bb
            WHERE aa.code = bb.code
            AND aa.date = :P_date
            AND aa.name = :P_name
            AND bb.state LIKE '%wa%''
            AND (case :P_DIV
                    when ('west') then aa.division = 1
                    when ('east') then aa.division = 2
                    when ('south') then aa.division = 3
                    when ('south & west) then aa.division in (1,3)
                    else aa.division in (1,2,3)
                    end);
            end if;
    end if;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN RETURN (0)
    end;

  • Create report without query wizard

    Hi,
    I want to create report without using query wizard in SAP B1. Can it possible by code?

    Maybe your question is related to this thread :
    Re: Execute report  query using vb.net code

Maybe you are looking for

  • App Store App disappeared from my mac after 10.6.8 v1.1 combo update

    Hi, does anybody knows why my App store application disappeared from the applications and wrom the entire system after the 10.6.8 combo update? Is there a way to get it back? thanks

  • Cs6 3d problem - no access to z axis.

    I am having a problem with 3d in CS6.  When I am working in 3d, sometimes I will create a 3d layer, and while it opens up in the 3d panel, I am restricted to moving aroung the x axis and y axis only, and cannot move around the z axis. The tools at th

  • How to create an icon for an app.

    Hi all, I'm new to this part of the forest. I'm trying to learn Applescript and with any language I try to teach myself, the hardest thing is where to go after the "Hello world" thing. I need something simple but useful to motivate myself. Anyway a f

  • MRER is posting duplicate invoices

    Hi All, When I ran MRER for 16 GRs, it created 32 IRs. Each GR had two IRs linked to it. The GR based IV in PO is chacked and duplicate invoice is also checked in the vendor master. Could any one please tell me how and why this is happening? Thanks i

  • Adding columns in query causes renames of fields

    Hi All, I'm using Oracle Reports Builder 10g. I have a query which has connections to other queries. When I try to add two columns into that query and recompile the RDF it automatically renames other fields adding "1" at the right side. Any ideas why