Displaying different Queries in separate Excell Tabs

Hello,
I need to display 5 different BEx Queries on 5 seperate Tabs of an excell sheet. How is this possible?? I am working on BI 7.0.
Pls help. Thanks,
SD

Hi,
You need to creat a workbook.
Start the BEX Analyzer.
Open a Query
Save as workbook.
Add new sheet (tab) using (Excel) Insert --> Worksheet
position cursor select Query area by dragging mouse
Insert Analysis Grid --> Right Mouse click --> properties
Fill in Pop-up to select Query
Etc.
Success,
Udo

Similar Messages

  • Issue in displaying two queries in the Excel

    Hi,
    as per the requirment, I have to keep two queries in the single excel.
    Can u please let me know
    1. how to do this.
    2. If one query has a free characterstic, and if I drilldown what will happen to the display values as the next cell may contain the second query.
    Thanks  in advance
    Ananya

    Hi,
    this cant be achived in Bex reporting ...
    the only possible way is to do in WAD reporting
    WAD is a platform where you can fetch the reports from more than one Bex query.
    when designing the WAD report use diffrent tables with diffrent infoprovider
    for example
    you have report 1 , report 2 and report 3
    when you drag single table and link all the three reports the Out put will be Report1 report2 Report3( with the same infoprovider)
    when you Drag three diffrent tables for Report 1 , Report 2 and Report3 with three diffrent infoprovider the out put will be
    Report1
    Report2
    Report 3 so the all the three reports will be placed one below the other
    holpe this helps
    Thanks & Regards,
    Ravi.

  • Combining Several Queries in Separate Tabs in One Spreadsheet

    Hello BEX Experts.  Our BEX version is 7.1.  I need to combine 5 different queries into on workbook, in separate tabs.  This way the user only executes one workbook and the 5 different reports will be refreshed and ran.  In version 3.5, there is an option to do this under Tools ==>Insert Query.  Can someone show me how to do this in 7.1?  I apologized if there is already a forum document for this, I could not find it.  Thank you very much in advance for your help.

    Hi Celine,
    Follow the following steps:
    1.  Open Bex Analyzer 7.1. Click the Bex Analysis Tool Box Open Icon and execute one of the query you want to insert in the work book. Data would be displayed in the excel format in one Sheet.
    2.  Click on the Tools Icon and select the option to copy this sheet. After the sheet is copied you can go into design mode and change the data providers there. For Ex. In sheet  1 DP was Query1 for the 2nd sheet you can choose Query2. These steps can be repeated until you get desired number of queries embedded in the work book. Advantage of copying the sheet is you do not have to go into design mode and insert the Table & Filter options each time. You just habe to change the data provider here and work is done.
    3. While following above steps remember that the Data Provider Name for every sheet should be different i.e If it DP_1 for sheet one make it DP_2 for 2nd sheet and so on till last sheet. If you miss that then all the sheets would ultimately take the same query name which you last entered.
    Hope it helps
    Regards
    Raj Rai

  • Need Different Selection screen for different Queries in a Workbook

    Hi,
    I have created a workbook with Multiple tabs in BI 7.0.  Each Tab has different Queries and each query has different Selection screens (Variable Selections).
    When i open the workbook and refresh it, the selection screen is appearing only for one query.  All the queries are refreshed by this single selection screen, though each query has different Variable selections.  What i need is a seperate selection screen i.e seperate Variable selection appearing for each queries, when i refresh each one of them.
    Is it possible to do this?  If anybody has tried this, help me in solving this issue.  Thanks for ur time.
    Regards,
    Murali

    Murali,
    If you un-check the 'Display Duplicate Variables Only Once' this WILL solve your problem.
    When you Refresh, you should be presented with a single variable selection dialog box, but it should contain an area for each Query (DataProvider) that is embedded in the Workbook.
    This is the case if the queries are all on the same tab, or on different tabs.
    However, if you have multiple tabs each with a query on it, each query must have it's own DataProvider. If all queries are based on the same DataProvider, it will not work as the Workbook only 'sees' one Query for which it needs variable input.
    If you REALLY want multiple variable selection dialog boxes, then maybe the best way to do this is to have the queries in separate Workbooks.
    If you don't want the User to have to open 5 queries manually, you could use a Macro in each Workbook that runs on opening, to open the next Workbook in the sequence.
    I hope this makes sense!
    Regards
    Steve

  • Layout issue in export multiple queries to single excel

    Hi ,
    While exporting more than one queries on web template to single excel (with help of  HowToWebPrinting document ), i am facing layout problems.
    EX. if my web template has 4 queries  in below format
    A B
    C D
    where A,B,C,D are different queries
    on web printing to single excel, i get all queries in excel but they are in form
    A
    B
    C
    D
    i.e with distorted layout. Is there a way out to have the exported EXCEL in same layout as that of my report
    Any ideas would be appreciated in this regard.
    Best Regards
    Deepali

    Thanks Deepak for your suggestion on trying to enhance
    Z_PRINT_SERVICE class.
    But in my system, i have z_print_help_service & not z_print_service. Is it something that is missing.
    To add to it, i have one more issue.
    I have a strange scenario.
    In some webtemplates, when i do export , my all data is coming.
    In some alternate columns are coming on export in one row
    & other row its fine, while on web report all columns are existing .
    Has anybody faced missing data on export .
    Unless this problem gets resolved, we can't be sure of what is being produced & won't be able to implement. Below are lines i am using
    in each template.
    <param name="HELP_SERVICE" value="Z_PRINT_HELP_SERVICE_ALL_DP"/>
             <param name="HELP_SERVICE_CLASS" value="ZCL_RSR_XLS_HELP_WINDOW_PRINT"/>

  • Embedding 2 queries within the same tab in a work-book?

    Hi Experts,
    Is it possible to embedd multible queries within a single tab in a Workbook?i.e. can we define a cell range in which a particular query is to be embedded and a different cell range within the same tab for another query?
    Thanks
    Aravind

    Hi,
    It is very much possible.
    Just insert the 2 queries at different places and save the work book.
    In the properties you can so the the result of the 2 queries do not overwrite and ouput is adjusted accordingly.
    Regards,
    Nitin

  • Query to get the difference between 2 totals from 2 different queries

    I wanted to know if it is possible to get the difference between 2 totals from 2 different queries. I would explain with an example:
    1st query  - Select sum(homepass) from table 1
    2nd query – select sum(homepass) from table2
    Is it possible to display the difference like-
    Select sum(homepass) from table 1 - sum(homepass) from table2
    I know the above query would gives syntax error but is there a better way or a trick to get the above task accomplished from a single query.
    I hope, my question is clear.
    Please revert with the reply to my query.
    Regards

    tomernitin wrote:
    Try this one also:
    WITH adtn1
    AS
    SELECT 110 val1 FROM dual UNION ALL
    SELECT 100 FROM dual UNION ALL
    SELECT 90  FROM dual UNION ALL
    SELECT 10 FROM dual
    adtn2
    AS
    SELECT 10 val2 FROM dual UNION ALL
    SELECT 20 FROM dual UNION ALL
    SELECT 30  FROM dual UNION ALL
    SELECT 100 FROM dual
    SELECT(Sum(a1.val1)-Sum(a2.val2)) Diff FROM adtn1 a1,adtn2 a2;
    let me know if you still have any doubt.
    Um.... I don't think so. Not with the cartesian join between a1 and 2.

  • Read Only/ Plan Mode Changes for a layout with two different queries

    Hi,
    I have a situvation where a layout opens in a read only mode and when
    the users click on button plan, it changes to plan mode. The catch here however is the queries
    for read mode and plan mode are slightly different, in the read only mode the query has subtotals
    and other calculations that are not a part of the plan mode ( where they input forecasts).
    I know if the read and plan query are the same, we can achieve this through the command
    SET_DATA_ENTRY_MODE. In case they are different, as above, how can i achieve this.
    Thanks
    Rashmi.

    Say you are using two different queries as DP1 & DP2 for Display and Plan mode respectively. You also have one Analysis grid item in Web template which initially points to DP1.
    On PLAN button call command SET_ITEM_PARAMETER to set the data provider of analysis item to DP2.
    OR
    You have only one dataprovider in your web template as DP1 initially pointing to Query 1 which you want to show in Display mode. Then on PLAN button call a command SET_DATA_PROVIDER_PARAMETERS to point the DP1 to 2nd query instead of 1st query.  You can find this command under Commands for data Provider --> Basic data provider commands.
    Edited by: Deepti Maru on Nov 27, 2009 9:52 PM

  • JDev10g: Using a Tree component based on different queries.

    Hello,
    I've been doing some research on how to implement a tree component in ADF which I got working. However I need to implement a tree component that uses several different queries.
    The parent node would be one query, the child/leaf nodes would be based on another query but still related to the parent.
    For Example: 'select parent_nodes from mydatabase' then 'select child_nodes from mydatabase where child_nodesID = parent_nodesID'
    This will ultimately have to branch down more levels but I'm not sure exactly how to achieve this. I'm thinking I have to create new View Objects but I'm not sure exactly how to do that either.
    Thank you in advance.

    For an SQL query on a database use a View Object. First, you will need to create a new Entity object to represent each table in the database you need to use in the queries. Once you have created your view objects with their correct SQL queries, you need to specify how they are related. Example:
    RootView is all elements with ParentId of null.
    OtherView is all elements with ParentId not null.
    RootToOtherLink is a view link which links RootView.Id to OtherView.ParentId. You can specify this in the dialog. You will want to select all accessors available to make your life easier later, but make sure to name them something you will recognize, like "RootToOtherDestination".
    You will also need OtherToOther Link which links OtherView.Id to OtherView.ParentId. This starts the recursive nature of the hierarchical relationship.
    Once you have this set up, you will need to create an Application Module so that you have a data control you can bind your tree to. Set up the data model in a hierarchical fashion using your link.
    This will create a data control on the Data Controls pane you can drag onto your .jspx page. A menu will show up from which you can select tree component. This will take you to the tree binding dialog. Here is where all your work so far will pay off. You want to click the green plus button to add your RootView. Then, with the RootView selected you will want to hit the green plus again to select your destination accessor, such as "RootToOtherDestination" as mentioned earlier. This will show the OtherView as a child of the RootView. Finally, with OtherView selected you will want to hit the green plus again and select your other destination accessor, such as "OtherToOtherDestination". Select the attributes you want to have available to your tree at the bottom of the dialog and click ok.
    Your tree will show up. If you want to customize the way it looks or especially the attributes it displays in a node, those can be edited in the <af:tree> tag on your .jspx page.

  • Display error messag in partner funcation tab in Vd02 useEXIT_SAPMF02D_001

    Hi,
    There is a requirement to display a error message in vd02 for partner function tab when ship to party is exist in LFA1-KUNNR's .
    I am using the User exit EXIT_SAPMF02D_001 to dispaly error message .
    The problem is the message is displaying in different tab (general data -contact person),but i need in (sale area data - partner function tab),
    And there is a single exit for the t-code (D) EXIT_SIAM_001 .
    Please suggest me how to display error message on the same tab of partner function.
    Thanks,
    KSB

    Worked out n found the solution

  • Displaying different spaces in dual monitors

    Hi, all.
    I am using dual monitors in Mountain Lion. Can I display different spaces (desktop 1, desktop 2 or dashboard) in different monitors using mission control?
    Thank you.

    lokyin wrote:
    I am watching live broadcast or youtube in Safari in one window and browing the web in another window separatly. When I put the live broadcast or youtube in full screen (not the Safari full screen mode), I cannot browse the web in the other window beacuse I cannot locate my mouse.
    Any suggestion for me to watch youtube in full screen in one monitor and browse the web in the other monitor using the same application?
    Thank you.
    I don't know how to achieve what you want exactly, but for this very same purpose I have used two browsers.
    My usual browser is Safari, but I have successfully done what you describe by opening the broadcast with Chrome and navigating the web in Safari at the same time (I suppose Firefox would work just as well).

  • :af table with different queries

    Hi guys,
    sorry for my english, I hope that you understand me.
    So, the situation is the follow:
    I have one tabbebPanel with two detailsItems: Home and Contact. In the Home tab I have two links:
    - my contact
    - my group contact
    In the Contact tab I have a OneChoiceList with this Item:
    - my contact
    - my group contact
    - all contact
    and a table linked with a DataControl that returns a List<Contact> to fill the table
    I want that when an User clicks on the link "my contact" it shows the tab Contact with "my contact" item selected (and this I know how do) and in the table there will be only him contact. Instead, when an user click directly on the Contact tab it will see tha table empty and, when he chooses an item from the oneChoiceList, the table will be populate with all Contact (instead if he will select "my contact" from the oneChoiceList" in the table there will be only my contact). How can use the table component with this different behavior.
    I try to make a Data control and create the table bye drag and drop a list of Contact in the page, but the problem is that there are different queries and the if I select the tab Contact I wont to see the table empty and instead it is already populated.
    Thank you very much!

    Hi,
    you can create Named View Criteria for the View Object that you use to populate the table. Then upon clicking the Contact tab you would apply a ViewCriteria that returns no result when queried (thus empty). The other ViewCriteria then query mycontacts, all contacts etc. and are applied in a value change listener on the select list
    See if this gets you started: http://adfpractice-fedor.blogspot.de/2011/08/how-to-apply-view-criteria.html
    Frank

  • Adding 2 columns from different queries

    Hi,
    Could someone let me know how to add 2 integer columns from 2 different queries and display it using a third field. I will need to have 2 queries.
    When I try to do it it gives me Column 'xxx' references column 'xxx', which has incompatible frequency error.
    Please need your help.

    never mind, i did it using summary columns, thanks

  • Is it possible to Display BW Bex report iviews in Tabbed Interface?

    Hi,
      Is their a way to display BW BEx Report Iviews in Tabbed Interface?
      My requirement is to show four BEx Reports using 4 tabs on a page. Can we achieve this functionality in portal? If yes can some one guide me how to proceed?
    Regards
    Sai Krishna Reddy

    why not have a webtemplate with tabbed interace and use that webtemplate to create BWP iview?
    check out the following how to document on this subjec.
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5074a890-0201-0010-a489-dd05902a28c8">How to Create Buttons and TabStrips in BI Web Applications</a>
    Regards
    Raja

  • Illustrator CS4 and my drop down menu displaying different typefaces is no longer displaying font preview.

    I am using Illustrator CS4 and my drop down menu displaying different typefaces is no longer showing all of them, just blank spaces where they would be...that is unless I put my cursor over it and I can then see the typeface. This is more of a nuisance than anything and didn't happen until I updates OS X to Yosemite. I currently am operating OS X  Yosemetie 10.10.2
    I have attached a screen shot. You can see that the font highlighted as the cursor is over it I can see the preview...but one I move the cursor it appears like all the others in the list and is blank.
    HELP!

    Solved using this previous users had the same issue; Font previews not appearing correctly in the character window after upgrading to Yosemite

Maybe you are looking for