Report Designer - Issue in inserting the query

Hi
I'm facing problem when inserting the query in the Report Designer. Following is the steps I take to create new report in report designer.
1. Developed the query in Bex Analyzer.
2. Click on new in Report Desginer.
3. Click on 'Insert Data Provider'.
4. And at this point it self system throw a message saying that "Do you really want to delete this section? Query will be removed if it is not used in any other section.'
Has anybody come across thos type of issue.
Please advice if I'm going wrong any where.
Regards
Rohini

Hi,
You mean you have created query in query designer right....
because a query/workbook.query view created bt Bex abalyzer can't be a data taregt for report designer
Cheers,
Swapna.G

Similar Messages

  • The Report Designer does not support this query drill down colum

    Iam working On BI7 When iam doing report desingner when iam opening query through data provider
    Iam getting thsi error The Report Designer does not support this query drill down colum colum axis may contain one structure only remove additional dimensions
    I modify the cube and i remove some dimensions also My problem is when iam putting characterstics in Colums Iam getting this error When iam removing that charcterstics from colums it was not throuing any error
    Chaitanya

    hi,
    report designer is for front end view design and the designcan be done with restriction to navigation.
    you have dynamic and static report designs with restricted navigations.
    chk the links for document
    http://help.sap.com/saphelp_nw04s/helpdata/en/dd/cea14119eb9f09e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/17/16d941de405f24e10000000a1550b0/frameset.htm
    Ramesh

  • Issue While executing the Query for Pagination using ROWNUM with like

    Issue While executing the Query for Pagination using ROWNUM with like.
    Database is Oracle11G.
    Oracle Database Table contains 8-9 lakh records
    1) SQL equal (=)
    SELECT /*+ FIRST_ROWS(n) */ ROWNUM RNUM, A.* FROM LINE A
    WHERE A.REFERENCE = 'KMF22600920'
    Execution Time:- 0.00869245 seconds
    Returns 2 resultsets
    2) SQL like (one %)
    SELECT /*+ FIRST_ROWS(n) */ ROWNUM RNUM, A.* FROM LINE A
    WHERE A.REFERENCE = 'KMF22600920%'
    Execution Time:- 0.01094301 seconds
    Returns 2 resultsets
    3) SQL like (two%)
    SELECT /*+ FIRST_ROWS(n) */ ROWNUM RNUM, A.* FROM LINE A
    WHERE A.REFERENCE like '%KMF22600920%'
    Execution Time:- 6.43989658 seconds
    Returns 2 resultsets
    In Pagination, we are using Modified version of SQL Query 3) with ROWNUM as mentioned below :-
    4) SELECT * FROM (
    SELECT /*+ FIRST_ROWS(n) */ ROWNUM RNUM, A.* FROM LINE A
    WHERE REFERENCE like '%KMF22600920%' AND ROWNUM <= 20 ) WHERE RNUM > 0
    Execution Time:- Infinite
    ResultSets:- No as execution time is infinite
    a) Instead of like if we use = in the above query it is returning the 2 resultsets (execution time 0.02699282 seconds)
    b) Instead of two % in the above query, if use one example REFERENCE like 'KMF22600920%' it is returning the 2 resultsets (execution time 0.03313019 seconds)
    Issue:- When using two % in like in the above query i.e. REFERENCE like '%KMF22600920%' AND ROWNUM <= 20 ) , it is going to infinite.
    Could you please let us know what is the issue with two % used in like and rownum
    5) Modified version of Option1 query (move out the RNUM condition AND RNUM <= 20)
    SELECT * FROM (
    SELECT /*+ FIRST_ROWS(n) */ ROWNUM RNUM, A.* FROM LINE A
    WHERE REFERENCE like '%KMF22600920%' ) WHERE RNUM > 0 AND RNUM <= 20
    Execution Time:- 7.41368914 seconds
    Returns 2 resultsets
    Is the above query is best optimized query which should be used for the Pagination or still can improve on this ?

    This would be easier to diagnose if there was an explain plan posted for the 'good' and 'bad' queries. Generally speaking using '%' on both sides precludes the use of any indexes.

  • Sales report issue while saving the query

    Hi,
    I am working on Sales reports and that i came across a senario and facing a problem, can anyone help me over this
    Senario:
    I created a structure in Rows and added few keyfigures to the New structure which is in Rows.
    After that i added 2 charcteristics.
    Now the problem is that when i save the query i am getting the Keyfigure structure first and then characteristics
    But, i need the 2 charcteristics first and then i need the Keyfigures
    I changed the query as i want it like i placed 2 charcteristics first and then the keyfigure (structure) and the query saved sucessfully.
    The problem is that when i open the query again i found that the Keyfigure (structure) first and then the 2 charcteristics
    I did it all my possible ways still the problem perstists
    Edited by: MAHESH MUMAR on Oct 6, 2008 2:22 PM
    Edited by: MAHESH MUMAR on Oct 6, 2008 2:32 PM

    mahesh,,,
    can u xplain more what xactly is ur need.
    "After that i added 2 charcteristics."
    so do u want chars & keyfig in Rows only.
    this way i dont think u will have report output ..
    Take simple e.g. below:
    $----
    Quantity
    Material
    Channel112--
    1
    Channel223--
    34
    Is this how u want ur report to display?
    that means u will need material and channel in rows and keyfigures ($ & quantity ) in Columns.
    if this is not what u seek what else is your rek.
    sometimes such display helps to understand.
    Yes u can add chars in Rows and then add structure of keyfigure.
    Yes you can change the sequence of display in Rows among different structure.
    But do u still have something in columns.
    It is intersection of Rows & Columns that displays result data set...
    let us know in more detailed e.g.

  • BI7 report designer issue

    Hi, Folks,
    The Report designer is not functioning, received this message when attempting to insert a data provider:
    Error while loading query metadata , Check the query and portal setting.
    RSBOLAP  018  Java system error: call FM BICS_CONS_GET_VIEW_DEF_J_PROXY to ProgId NWPORTAL_PORTAL_NWP on host NWPORTAL with SSO not authorized: Authentication failed.
    Pls give me a hand.
    If it is basis issue, can you tell me which note do I need to check?
    Thanks in advance,
    Sam

    Hi,
    Check this OSS note  1061091and 916090
    Hope This helps,
    With Regards,
    PCR

  • Report designer issue:data not coming

    Hi Folks,
    I have an issue with bex report designer.
    The thing is i have created a query in query designer and that is my data provider for report designer.
    I am applying some formatting rules and executing it.
    The problem is i am not geting any records except the fields.
    Could anyone help in this regard.
    Regards

    HI,
    There are different sections in a Report Designer. G0Header, G1 Header, Det, G1Footer, G0Footer
    G0 Header: Contains only the labels of the feilds that is displayed on the top of every page.
    G1 Header: is a level 1 header which is displayed Beneth the Group0 Header
    Detail: will display the values of Query Elements(Key/Text) placed in this section.
    G1 Footer: Will be displayed once for each G1 Header that is displayed. This Can have the totals.
    G0 Header: Will be displayed at the end of the page. The footer can have page nuber or totals.
    For Example:
    To design a simple report having Distribution Channel and Sales Amount. The report can be designed as
    G0 Header: [Distribution Channel].Key [Distribution Channel].Text [Sales Amount]
    Detail: [Distribution Channel].Key [Distribution Channel].Text [Sales Amount].Val
    G0 Header: [Result]                                                                [Sales Amount].Sum
    Thanks,
    Saranya

  • Report Designer Issue

    Hi,
    I'm executing my query in report desiner but as per the requirement i need to delete some of the columns in the report designer of the selected query.
    when i'm selecting the column and click on delete colum it is not deleting the column.
    Please advice me to use this funcitonality.

    Hi,
    on which frontend SPS you are? Maybe there is an OSS note for it.
    Regards,
    Juergen

  • Authorization issue while opening the query in Bex Analyzer

    Hi All,
    I get the below error mesage while executing a report.I have executed the same query in RSRT and i get the below message.
    I have created some roles and added to a test user for testing purpose and when i log in as a tets user i get the below meesage.
    I am not sure what i am missing in the roles.When i tried executing the query in my id then no issues.
    No authority for the node from characteristic 0EMPLOYEE__0MAST_CCTR, hier
    Your user master record is not sufficiently maintained for object Authori
    Kindly let me how to overcome this.
    Thanks in advance.
    Regards,
    Kumar

    Hi Harish,
    Just check this query by this way:
    Use Tcode RSECADMIN -> Analysis ->Execution as -> In Execute as user: Put your Test user Id also tick With log and select RSRT. Now use Start Transaction.
    Might be the chance to get more details about this issue for resolution.
    Also ensure, Have you did the User Comparison while assigning test user id in role?
    Regards,
    Abdullah

  • Cancelling a dashboard report to execute still executes the query behind

    All,
    We have some reports thats takes time to execute like 3-4 minutes. My problem is if I cancel any report to execute, it still executes the query. I can see the query thru sessions under nqsserver.exe as ACTIVE.
    Because of this user are thinking that they cancel the reports and move on to new one but oracle is still spending time to execute that query.
    Thanks

    Hello.
    I have exactely the same need, can you please let us know how you solved your problem?
    Thanks
    Best Regards.

  • Multiprovider Mapping Issue  # Values in the query output

    Q . I am getting # values for the free chars and no values for some of the KPIs
    I have created this report on top of a multiprovider which has a huge number of cubes ( exceeding 10 ) , four DSOs and a couple of infosets , and the query which i am creating should get values from 3 cubes only .
    1.I have placed Global Restrictions ( Char Restrictions ) on top of the query with 3 cubes
    2.had restricted the KPIs with the relevent infoproviders .
    3.I have mapped all the chars and key figures used in this query with relevent infoprovider restrictions
    But Still when i execute the Query  i see the following formatt of my Output
    Free Char          KPI1            KPI2
           filed3                                  10
           field2                                  09
           field1                                  07
           field0                                  06
    Not assigned       12.00              0
    Not assigned       12.00              0
    Not assigned       12.00              0
    Please provide me input for why i am getting this kind of out put with Not assigned values  and indifferent values for KPIs and what should be done to solve this problem .

    Hi,
    You mention that there are several InfoProviders underlying your MultiProvider. Check the characteristics and free chars you are using in your query - all of these should be present in all the underlying InfoProviders. For example, if you are using 0COMP_CODE in your query, and 0COMP_CODE is not present in one of the underlying DSOs, then they Key Figure values coming from that DSO will be shown against # (Not Assigned) value for 0COMP_CODE.
    Easy way to find out - go to LISTCUBE and enter your MP name. Display all the chars and free chars that are present in your query. Also display the INFOPROVIDER field. Look at the data, and see if there are any characteristics that are blank for all records for any particular InfoProvider. If you find any such chars, then that may be the reason behind your problem.
    To avoid this sort of problem, you can use Constant Selection http://help.sap.com/saphelp_nw70/helpdata/en/46/91f0f090ea13e8e10000000a155369/content.htm
    Regards,
    suhas

  • Issue with Saving the Query output data in Excel format

    Hi,
    Recnetly we had upgraded from 4.6c to ECC 6.0.
    In ECc 6.0 environment, when user try to export the query output , we are getting only XML option to save the data.
    But user want to save the data in EXcel format, he was able to do that in 4.6C.
    pleas eprovide some inputs, on this issue.
    Thanks,
    Sanketh.

    I cannot for the life of me imagine, why a link to a post in the 'Business One Forum' where one uses ODBC to transfer query-data to MicroSoft Excel is of relevance to the OPs question, even if the same is not a security issue.
    Never mind. [note 40155|https://service.sap.com/sap/support/notes/402155] deals with various symptoms in the ALV-Excel combination as as of release 4.6C. There are various others, mostly in components BC-SRV-ALV and BC-ABA-LI - also: I remember that when we upgraded from 4.5B to 4.7C there was an issue with Excel-templates -> the solution was in the release notes somewhere. So, in addition to SMP you might want to check the release notes and/or upgrade guide for solutions.
    And yes, moderators ... this is not a security issue, this should go to ECC-Applications/Upgrade.

  • VS Report on AX2012 cant' see the query!

    I try to connect to a Query in AX2012 Cus-layer but can't se it under the reports dataset,The Query is vissible under VS Applications/Query !!  I have Stoped and started AOS,Reporting services CIL-compiled nothing helps!
    Do anybody have a clue!?

    I try to connect to a Query in AX2012 Cus-layer but can't se it under the reports dataset,The Query is vissible under VS Applications/Query !!  I have Stoped and started AOS,Reporting services CIL-compiled nothing helps!
    Is this a CM12 question or some other MS product? This forum is for CM12 questions.
    http://www.enhansoft.com/

  • Crystal Reports prompt issue on export: "The report you requested requires further information"

    I have searched through forums for a solution but none seem to work for me.
    I have an ASP Webform/MySql application which displays Crystal Reports.
    The ones which do not require a user to enter a parameter display fine and I am able to click on export on the CR toolbar and download, e.g. .pdf format.
    On the report that require a user to enter a parameter, the report renders fine but when I click on the export button, i get the prompt:
    "The report you requested requires further information"
    asking for DB login credentials. How can I avoid this?
    My Code:
    Aspx page:
    <%@ Register Assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" Namespace="CrystalDecisions.Web" TagPrefix="CR" %>
    <div>
              <CR:CrystalReportViewer Width="960px" ID="CrystalReportViewer1" runat="server" AutoDataBind="true" />
    </div>
    protected void Page_Load(object sender, EventArgs e)
             if (Request.QueryString["report"] != null)
                    string reportToGet = Convert.ToString(Request.QueryString["report"]);
                    switch (reportToGet)
                            case "payslip":
                            PaySlip();
                            break;
                            case "pastpayslip":
                            PanelPastPaySlip.Visible = true;
                            break;  
                           default:
                           break;
    protected void btnSearch_Click(object sender, EventArgs e)
          if (txtDate.Text != null || txtDate.Text != string.Empty)
          if (DateTime.TryParseExact(txtDate.Text, "yyyy-MM-dd", CultureInfo.InvariantCulture,
          DateTimeStyles.None, out date))
          PastPaySlip();
    private void PastPaySlip()
                // Some code....
                PayMasterDataSetTableAdapters.pastpayslipcasualviewTableAdapter ta =
                    new PayMasterDataSetTableAdapters.pastpayslipcasualviewTableAdapter();
                PayMasterDataSet.pastpayslipcasualviewDataTable dt = new PayMasterDataSet.pastpayslipcasualviewDataTable();
                ta.FillBy(dt, userId, businessId);
                cReport = new ReportDocument();
                string reportPath = Server.MapPath("~/Views/CasualLabour/Reports/PastPaySlip.rpt");
                cReport.Load(reportPath);
                cReport.SetDataSource((DataTable)dt);
                cReport.SetParameterValue("Date", date);
                cReport.SetDatabaseLogon("userID", "password", "server", "database");
                CrystalReportViewer1.ReportSource = cReport;
                CrystalReportViewer1.ReuseParameterValuesOnRefresh = true;
    I am using CR V. 13.0.9 and VS 2013 Update 2

    This is because almost any action on the viewer result sin a postback. This includes paging, zooming, drilling exporting and printing. E.g.; you will have to place the report in session. See the following KB for how to:
    1985571 - How to use sessions in web applications using the Crystal Reports viewer (the complete code)
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Issue while saving the Query Urgent

    Hi all,
    I had created the query and also transport it toht QA . but due to some problem i need to change query. when i am trying to make the changes i am unable to do it bcoz the whole query is in display mode only and i am getting a message that the query request is not available as it is released in to the QA .
    I am working on BI 7. plz let me know how can i make the change i also tried it by copying the query still i am unable to do it.
    Whats d steps that need to follow i know i am missing some where
    Regards

    Hi
    Go to RSA1-> Transport connection-> here click on Bex icon (Red truck icon) and in the next screen assign/create new transport request and then assign this request to your Bex package. Once you complete this, you will be able to make & save changes to Bex query.
    Hope this helps.
    Pradip

  • BW Query based Report - Design issue

    Hi,
    I have two BW queries.  One fetching the details for sales of all the states over a period of time and another one fetching the sales forecast of all the states over a period of time.  The users wishes to see both the sales and forecast in the same report.  Can I have both the queries in my crystal report as we do in traditional dbs.
    Thanks and Regards,
    Subbu S

    You may need to have 2 different Add-command and join those 2 and handle
    have query1 in command1
    have query2 in command2
    link the 2 commands with common key (this applies for both universe driven and query driven)
    This may help
    Thanks,
    Ganesh

Maybe you are looking for

  • UNIVERSITY REPORT | Review Your MacBook Pro

    Greetings MBP Users, I'm a Princeton marketing student completing a comprehensive report on the Apple brand. My focus is on the transition from PowerBooks to MacBook Pros, plus the shift to Intel chips. My question for you: How happy are you with you

  • Cant edit profile-please help

    Hi,  i cant seem to be able to edit any of the profile.. when i go to profile-advanced-normal- it freeezes and i have 2 restore my fone.. and when i restard it i get a message saying  blackberry problem Uncaught exception:application net_rim_bb_profi

  • Converting async to sync nrz external clock

    Hi, I am reading data through a RS-232 to RS-422 using a B&B electroncs converter.  However when Iread the data through the VISA it comes in asynchronous, and I need it to be synchronous with NRZ (Non-Return to Zero).  I am having trouble figuring ou

  • Photos Double on Import to Mac

    To import photos from my iPhone, I plug it into my MacBook Pro's iPhoto program.  I am now also using iCloud photo sharing.  When I import, my photos are DOUBLED.  I'm sure I need to change my settings, but I'm not sure which ones to change.  In my P

  • I have a new ipod classic...

    I just got a new ipod classic 120 gb model. It does this thing where while the ipod is showing the usual album cover and the name of the song, the time remaining and so on. After about a minute and a half, the screen changes where it's only showing t