Two Bex Queries in one web template - drill-down should affect both queries

Hi,
I would like to have two Bex Queries in one web template with the same selection screen and free characteristics. When drilling-down on characteristics I want both queries to break down the figures. I cannot get the last part to work. We are using version 7.0.
Any ideas how to make this work?
BR,
Tobias

Hi,
Refer these links it may be usefulin you case.
WAD Pdf
http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/749a4622-0a01-0010-36bf-b6b30a2a3a22
http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/301db65c-f221-2c10-a9a1-f2236e3cea2c

Similar Messages

  • How to embed multiple queries in one web template

    Hi,
    I've a requirement wherein I need to embed two queries in one web template. The first query displays order quantity from a particular customer and the second query displays other information for that customer. Most of my web templates i've contains only one query which i've created using 0ADHOC template saving this as diff template and modifying it. But this is the first time I have got this type of requirement wherein the user drills down on a particular customer for order quantity and then goes for other information from other query.
    Does anyone out there has any idea or suggestion as to how to do this ? One more thing I need to pass the values from one query to another which is akin to RRI concept while staying in the same web template.
    Your suggestions/advices are highly appreciated.
    Thanks in Advance,
    Rash.

    Hi Rash,
    You can do this by including 2 table web items in your template and assiging the 2 different queries as different dataproviders to each. You can try to create a drop down box to filter the customer and in its properties set DataProvider1 and DataProvider2 as the affected data targets.
    Hope this helps...

  • How to include two charts in one web template

    I need to dispaly two charts which are based on same query and on characteristic 1 vs KF's and the other on characteristic 2 vs KF's in one web template.
    How can this be done?
    Thanks in advance,
    Murali.

    When you execute the query in the bex analyzer, perform th enavigation stpes to reach to your desired layout of data. Then from the Save button on the bex toolbar, choose Save > Save View Global. Give it a technical name and  a description. Then log back into the WAD and assign the view as the data provider (Note there are 2 buttons over there: One for query and the other for View)
    Hope this helps...

  • Two Queries in one XSQL-Template

    Hi there,
    is it possibile to use two queries in one xsql-template, which are generated two seperated trees of XML?
    I think about something like that
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsql:query connection="bynet"
    null-attribute-indicator="true"
    xmlns:xsql="urn:oracle-xsql"
    rowset-element = "COLLECTION"
    tag-case="upper"
    row-element = "FIELD"
    id-attribute = "">
    select c_formtype from offer_collection
    </xsql:query>
    <xsql:query connection="bynet"
    null-attribute-indicator="true"
    xmlns:xsql="urn:oracle-xsql"
    rowset-element = "COLLECTION2"
    tag-case="upper"
    row-element = "FIELD"
    id-attribute = "">
    select c_formtype from offer_collection2
    </xsql:query>
    which should give me
    <COLLECTION>
    <FIELD>
    <C_FORMTYPE>lala</C_FORMTYPE>
    </FIELD>
    </COLLECTION>
    <COLLECTION2>
    <FIELD>
    <C_FORMTYPE>lala</C_FORMTYPE>
    </FIELD>
    </COLLECTION2>
    Any way to do this?
    Thanx for help,
    Christian Hartmann

    Sure, just enclose two <xsql:query> tags by any other outer tag:
    <something xmlns:xsql="urn:oracle-xsql" connection="demo">
    <xsql:query> select * from emp </xsql:query>
    <xsql:query> select * from dept</xsql:query>
    </something>

  • Disable link of BEX 3.5 query web template

    Dear All,
    we migrated all BEX queries from 3.5 to 7.x. Since our users use the BEX queries via web template, most of then have the web template links of old 3.5 queries saved as bookmarks in their browser.
    Is there a way to disable this link server side, in order to force the user to update theyr link with the new one of BEX 7.x query web template?
    Thanks

    Hi,
    > You may delete all 3.X bookmarks. The standard 3.X bookmark administration can be found in transaction RUNSCHED.
    All below options mean, that you also cannot use the Broadcaster anymore !
    > You may deactivate service /sap/bw/BEx in SICF. Users will get an ICF error message (Service not found).
    > You may create your own handler on ICF service sap/bw/BEx, providing an appropriate message for users.
    > Your can create your own redirect/logon/error page on this service.
    > Another very drastic option would be to switch off service HTTP(S) in your ICM. In this case, no web applications are available via that service on the system anymore.
    regards,
    Martin

  • Multiple queries / tabs in Web Template

    Hi all, I'm trying to find a few people I can share experience with regarding Web Templates with multiple tabs / dataproviders (ie queries, usually)
    Two particular issues at the moment:
    I'm having regular Internal Server Error when I have select the second tab and then click Refresh Variables (command Open_Variable_Dialogue, which doesn't link to a specific DataProvider). Has anyone come across this?
    Also, has anyone worked out a way of only having 1 of each of Filter, Navigate, Export and Print buttons/links? Because these are specific to a DataProvider it seems I have to have a different button for each tab, which is clumsy with 2 queries and unacceptable for more than 2.
    I'm not a Java programmer - any thoughts on whether Java programming skills are more or less essential to a BW Web development project?
    But wider than these specifics, I'm keen to get some discussion going on this... I know many companies use multi-query web templates, so why the lack of discussion?
    Hope to hear back soon, points awarded where deserved.
    Patrick

    Hi Patrick,
                     i worked in the webtemplate with multiple quiries.
    you are trying to create the webtemplate with multiple quiries. can brief your requirement, so that i can help you out.
    do you want to use multiple quiries in template. do you want you use the variable screen before opning the webtemplate. you can use the dropdown box, filter in the webtemplate. By using the dropdown or filter panel you can control multiple quiries in the template. by using the one dropdown box, print button, you control all the quiries in the template.
    if you have any quiries please let me know.
    regards
    amith

  • Different stylesheets in the one web template

    does anyone know the best way to use different stylesheets for different tables in the one web template?

    Andrew,
    Welcome to SDN....
    I am not sure if you can use different stylesheets but then if it is a query table , you can change the background styles using the table modifier class and achieve the same.
    Arun

  • Use two different printer services in one web template?

    Hi!
    Is it possible to use two different help services for printing in the same web template (for the same table item)?
    Print1:
    <param name="HELP_SERVICE" value="HELP_SERVICE_PRINT"/>
    <param name="HELP_SERVICE_CLASS" value="ZCL_RSR_XLS_HELP_WINDOW_PRINT"/>
    Print 2:
    <param name="HELP_SERVICE" value="ZPRINTING"/>
    <param name="HELP_SERVICE_CLASS" value="ZBW_PRINT_HELP_SERVICE"/>
    I was thinking that you maybe could change the param name values for the "Help_service" and the "help_service_class" at runtime using the properties for the table item, so that you could choose which one to use, but I havne't been able to do that so far.
    Does anyone have an idea?

    This is not a problem. Just put the print service for the print to excel on an object other than the table web item. As long as these print services exist on any web item, you should be able to invoke them. I've tested this with putting the "Print with Excel" service on the Navigation Block Web Item and the other print service on the table web item. Hope that helps!
    Prakash

  • How to define a standard web template for a specific group of queries?

    Hello experts,
    I had to enhance the standard web template 0ADHOC and saved it as ZADHOC.
    Then in SPRO t-code I defined it as the standard web template. The problem is: it started to be the standard web template for all the company queries.
    Is there a way to define it as standard only for the queries of my project? Like adding some parameter in the web link only for my project queries?
    Thanks in advance,
    Helder

    I have figured out how to  slice it up myself,  however it appears as though I have to do it all  manually, drawing  each box myself.
    Yes, that's how it will have to be. There is no pertinent slicing in the PSD.
    This will result in either ALLOT of  work making sure  that each box is perfectly aligned with the one before  it, or uneven  slices.
    I am obviously doing something wrong.
    Yes, you are not using guides. You know, those cute turqoise lines of which the document already has a few when opening it...
    As for everything else - the template is simply rubbish. It's poorly organized and mostly unsuitable for building a website template right off the bat. Your work needs to start there by properly grouping items to mimic button states and then exporting them in two passes. And then there's things like this large dummy text etc. that simply don't make sense. Anyway, even if it sounds liek the same record over again: The biggest failure of any such work is to assume that PS could even spit out a working web page. All a web designer would use it for is to extract the graphical elements, but teh rest would stil lbe designed properly with standards compliance in mind in a web design app...
    Mylenium

  • Two BI Reports in one WEBI Report ?

    Hi Guys
    i have 2 BI sales reports in BEX Query Designer. One shows the Summary of Sales in a month and the Other shows the Details of the Sales. The USers want to see both the Reports in WEBI on one page as one report. they want the summary report to show on the top part of the page and the Detail part on the bottom of the same page.
    is this possible ?
    if so what will happen to the two selection menus for each report in WEBI. both BI reports have a selection menu. will they show up as one selections menu in the WEBI report?

    if you have the same text for the prompts into the selection lists for your Bex queries, i think Webi will merge them into one promots, im not sure, but i think it will be merged
    but make sure that they have the same prompt text
    good luck

  • How to combine the same variables from 2 queries in one webi report

    HI ALL,
    I created two BW queries/universe and put them into one web intelligence report. Both queries have the same mandatory variable. I combined the relevant dimensions but can't find how to combine the two variables, which resulted in pop-up for 2 variables.
    Any idea?

    Hey Dick Zheng,
    Just to close it,
    Instead of working on existing reports.
    Create new report(s) on top of these changed Universes(2).
    1. New WebI report on top of Univ1 (With Prompt)
    2. New WebI report on top of Univ2 (Without Prompt)
    If both are working as expected. Do follow below:
    1. Open any Report (just created in above steps)
    2. Edit Query
    3. Add Query
    4. Select another Universe
    5. Drag few objects
    6. Run Queries
    Now see it is working as expected or not.??
    Still any issues post here...,,
    Gracias...!!

  • How to get New Window without Variable Entry screen from one Web Template?

    Hi Experts,
    I've a WebTemplate contains 2 Graphs. Each graph have one Zoom Button. My requirement is, When I click the Zoom button that corresponding Grpah should display in a New Window. I've finished all the above requirements.
    Since, I have One Mandatory field, I'm always getting the Variable Screen in a New Window while I clik the Zoom Button.
    I need to avoid this "Rerun" feature in New Window.
    Kindly suggest me how to achieve this..
    Full points will be given.
    Thanks
    Jay Jay

    Hi Thanks.
    Even I'm also trying for the same scenario only.
    Actually I have 2 Web Templates.
    In First Template I have 2 Charts and 2 Zoom buttons for each.
    While I running the 1 Template, i give an Value in the  Variable screen of First Web Template.
    If I click a Zoom button of 1st Chart, It should open a New window with the Second Web Template. And Second Web Template should automatically take a First Template's Variable screen Values.
    (Since, U have an Mandatory field in Second Template u were not faced this requirment.)
    Even I tried with "TRANSFER_STATE". It is not taking the First Variable Screen's input values.
    Kindly help me in this issue.
    Thanks in advance.

  • How to achieve New Window requirement from One Web Template?

    Hi Experts,
    I've a WebTemplate contains 2 Graphs. Each graph have one Zoom Button. My requirement is, When I click the Zoom button that corresponding Grpah should display in a New Window. I've finished all the above requirements.
    Since, I have One Mandatory field, I'm always getting the Variable Screen in a New Window while I clik the Zoom Button.
    I need to avoid this "Rerun" feature in New Window.
    Kindly suggest me how to achieve this..
    Full points will be given.
    Thanks
    Jay Jay

    Hi Thanks.
    Even I'm also trying for the same scenario only.
    Actually I have 2 Web Templates.
    In First Template I have 2 Charts and 2 Zoom buttons for each.
    While I running the 1 Template, i give an Value in the  Variable screen of First Web Template.
    If I click a Zoom button of 1st Chart, It should open a New window with the Second Web Template. And Second Web Template should automatically take a First Template's Variable screen Values.
    (Since, U have an Mandatory field in Second Template u were not faced this requirment.)
    Even I tried with "TRANSFER_STATE". It is not taking the First Variable Screen's input values.
    Kindly help me in this issue.
    Thanks in advance.

  • List of Queries in a Web Template

    Hi
    Hope someone can help me. I have a list of web templates and need to get all the queries that are used in these web templates. I don't mind even using a function call or se16 in BW to do this.
    Cheers
    Paul Collier

    Hi
    We are still on BW 3.5 and I have 142 web templates to go through. Using the metadata repository is a little long winded.
    Do you perhaps know of another way?
    Cheers
    Paul

  • Web template - Drop Down Box options - Issue

    <b>Requirement:</b> We need drop downboxes for Fiscal Period and Version in our web template. When the query is run, users will choose one fiscal period and one budget version (there are multiple budget versions - 1. Original Budget, 2. Revised Budget 3. Consensus)
    After the query is run, users should be able to see data for any of the past 6 periods and any of the budget versions. So in the drop down list for fiscal period, he should see previous 6 periods and in the drop down for Budgets, they should see all the budget versions.
    If the read mode is set to "Posted values", then only the values user chooses for the variables  at run time will be shown. If the read mode is set to "Dimension table" it'll show all the available periods from the transactional data, which is unacceptable. We also tried the option "Can be changed during Query Navigation" but it will not work the version drop down box as it'll show all the available versions (actual, plan, forecast along with the different budgets)...
    So, is there any other way of solving this issue? By any Javascript?
    <i>This is what I did for the Fiscal Period drop down, but then the solution is not complete.</i>
    For the Fiscal Period variable, I created a new variable and checked the option "Can be changed during Navigation". Then the drop down will be populated with all the possible values. This is how the Fiscal year/ Period combo will work. We'll have two variables. Fiscal year is fixed and we won't have a drop down box for it. So user can not change the year after the query is run. But he can see data for any of the 12 periods of the year he selected.
    But there is a catch. This is not exactly what we are looking for. For example, if the user initially selects Year 2005 and period 10, then he can see all the previous 9 period of year 2005 (also periods 11 and 12). No problem there. But If the user initially selects year 2005 and Period 1, then he expects to see previous periods. But since year is fixed, when he selects period 12 from the drop down list, it'll show him period 12 of 2005 instead of 2004.
    To avoid that problem, we can also put a drop down box for year, but that will become too complicated, as the all the possible years will show up in the drop down. Still trying to figure out a solution around it. Also same problem arises for Version. We only want to see two versions of the Budget. But it'll show them all the possible versions including forecast, actual etc.
    Any insight is highly appreciated.
    Gova

    Hi.
    I has the same problem working on BID.
    Either you need to save the template with a new name or do it under BIP.
    It worked after for me.
    That's why I only do my templates under BIP now.
    I guess a new support package corrects this error.
    Olivier

Maybe you are looking for