Using Row Selection in Analysis Web Item & Filter Command

In the 7.0 WAD (Web Application Designer), I have two analysis items that both have different data providers, DP_1 & DP_2. The two data providers are views from the same query.
In the properties of the first analysis item (DP_1), I'm using the Row Selection - 'Single with Commands', and I want to have a command that will filter on the value of the characteristic in the row selected and transfer that filter to the second analysis itme (DP_2). Is this possible?

yes, you can do this. There is XHTML code:
<bi:SET_SELECTION_STATE_BY_BINDING xmlns:bi="http://xml.sap.com/2005/01/bi/wad/bisp">
  <bi:TARGET_DATA_PROVIDER_REF_LIST type="ORDEREDLIST">
// target data_provider:
    <bi:TARGET_DATA_PROVIDER_REF index="1" value="DP_2">
    </bi:TARGET_DATA_PROVIDER_REF>
  </bi:TARGET_DATA_PROVIDER_REF_LIST>
  <bi:SELECTION_BINDINGS type="UNORDEREDLIST">
    <bi:SELECTION_BINDING type="COMPOSITE" index="1">
// target infoobject
      <bi:CHARACTERISTIC value="0DOC_ITEM__0VENDOR" text="0DOC_ITEM__0VENDOR">
      </bi:CHARACTERISTIC>
// selection type
      <bi:SELECTION_BINDING_TYPE type="CHOICE" value="ITEM_CHARACTERISTIC">
        <bi:ITEM_CHARACTERISTIC type="COMPOSITE">
// source analysis table
          <bi:ITEM_REF value="ANALYSIS_ITEM_1">
          </bi:ITEM_REF>
// source infoobject
          <bi:CHARACTERISTIC value="0DOC_ITEM__0VENDOR" text="0DOC_ITEM__0VENDOR">
          </bi:CHARACTERISTIC>
        </bi:ITEM_CHARACTERISTIC>
      </bi:SELECTION_BINDING_TYPE>
    </bi:SELECTION_BINDING>
  </bi:SELECTION_BINDINGS>
</bi:SET_SELECTION_STATE_BY_BINDING>
Or you can do this using command wizard! good luck!

Similar Messages

  • Customize Analysis web item

    Hi All,
    I have to customize the Analysis web item by adding an extra column for user to put in comments for each row and the comments should be saved.
    Is there a way to do this using Modification parameter in the parameters for Analysis web item or using Custom Extension web item ?
    Can you please suggest how it can be done?
    We are on BI 7.0 and we don't have the above mentioned 2 options in our WAD . But read the documentation on the help portal and thought there is way to do it. Our basis team is working on it to get those 2 options available in WAD.
    Please let me know the steps to achieve it.
    Thanks,
    Prasad

    Hi
    Also chk these links whether this could be of any help :
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/d8/f3a83adae1a010e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/b3/f4b1406fecef0fe10000000a1550b0/content.htm
    Regards

  • How to Fix Table Header of Analysis Web Item in BEx Web Template

    Hi,
    I am using an Analysis Web Item to display line item report in BEx Web Template. Is there any way to fix the table header of the like in Excel for better navigation?
    Thanks in advance.
    Regards,
    Joon

    Thank you all for your quick responses (I will award points once this is sorted)
    On the information you have supplied this has opened up yet another new part of WAD that I have not experienced ...TAGs
    Shubhranshu - I have done what you said but as I have never used tags I have just had a look around and found that I can insert Any Tag but not sure if I should be doing that.  If it is inert any tag , I chose FONT from the drop down and cbmAttributes defaulted into the custom tab for the class name but not sure what it wants in the Attributes and CSS Style tab, it won't accept what I am putting which is leading me to believe that I shouldn't be doing it that way.
    Venkat - thanks for the links they will prove very useful.  I've had a look and although they talk alot about the XHTML code for tags they don't actually say how you do it in the editor - I would like to produce one that way first and then see the code it generates for it.  I'm a bit apprehensive with changing the code direct as I don't want to mess anything up.
    Thanks again for your help

  • Using row selection in ALV using class cl_salv

    Hi,
    how to use row selection by using cl_salv classes...
    I need to display scarr table in the basic list in ALV wthout using screens and function modules...
    On multiple selection of carrid from ALV, need to display flight details from sflight.
    Also how to get the selection buttons for corresponding rows.
    NOTE : Using class cl_salv*
    Thanks,
    Siddarth

    You may need to look into Rich's example code by the following thread
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cda3992d-0e01-0010-90b2-c4e1f899ac01

  • WAD 2004s Analysis Item Row Select RRI_RECEIVER does not pass Filter values

    I have created an Analysis item and using a Data Provider that has a Sender-Reciever entry for it. I created a Command on the Row Selection Activation that does an Report to Report (RRI) jump to another web page(template or app whatever sap calls it). When running the page, it performs the jump to the other page, but does not filter the page on the selected hierarchy value on the original page.
    Why does this not work?
    If I do the same thing by selecting the Goto from the context menu on the cell it works fine.

    Answering my own question here....
    This was solved by applying the patch mentioned in Note 1115027.

  • Change colors in the Analysis web item

    Hi
    How and where can I change them ?
    Thanks
    Steffen

    Hi Steffen,
    You can use different stylesheets to change the color in a web item or hard code it in your HTML.
    Regards,
    Kishore

  • Row selection in Table (Web Dynpro Abap)

    Hello,
    I have 2 views in my web dynpro component.
    In first view ,  i am taking carrid and on click of submit button , i am displaying connid,fldate,currency,planetype,seatsmax in second view.
    I have one button on second view to go back to fist screen.
    Now, My question is :
    if i select a one row of table , i want to dispaly deatils of that row in first view.
    How can i do this?
    Please help.

    The second part of the requirement is not clear on where woudl you click and where shoudl the data be shown.
    However, all this data should be ideally maintained in the component controller i.e. the c.controller should have the conterxts and map relevant nodes to the appropriate views.
    Now, all the data is in c.controller which can be accessed from any view within the component. This way you can show any data in contexts in preferred view.
    Regards,
    Sharath

  • How to read data from Analysis web Item.

    Hi,
    We are currently on BI 7 SP 16 Java 16,
    I am trying to present data from 10 reports on to one single page, so for that i want to read data from the Analysis item, and present it on one page.
    How do i read data and write it on to a page, i know we have to use java script for this , but i am not sure how to use the script. Can any one please help me on how to write the code if possible please give me the code or any suggestions.
    Appreciate your help in advance.
    Kumar

    Hello,
    May the Report Designer can help you on this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/dd/cea14119eb9f09e10000000a155106/frameset.htm
    Best Regards,
    Ricardo

  • Change the Text of Analysis Web Item

    Hi,
    In one of my Querry, I craeted a formula.  There it is checking some condition and according to that condition it display 1 or 0.
    But in our project we need YES instead of 1 and NO instead of 0.
    I can't find any solution to implement this in Query Designer.
    So I tried to implement this through Web Application Designer. Means It will check that perticular field and change accordingly.
    So if any have any idea regaring this then please Reply.
    It's Urgent.

    Hi Subranshu,
    check the following link,
    /people/andrey.uryukin/blog/2010/08/29/formatting-bex-queries-output-with-wad-script-webitem
    In that they used  inserted some text in the cell to get rid of # symbol,
    You can apply that code to your scenario.
    Regards,
    Ranganath

  • How to fix column / row as "header" in WAD (Web item Analysis) ?

    Hi,
    is there a possibility to fix a column or row as "header" in web item analysis? (like freeze panes in excel)
    When scrolling down, the header should always be displayed.
    Thank you very much in advance, best regards
    Frank

    We did a custom proof of concept on this back in 3.5 using CSS and/or javascript. At that time there was no BW solution for this.
    Don't know if 2004s has this ability or not. Here's a link to an example that shows how it can be done using CSS:
    http://home.tampabay.rr.com/bmerkey/examples/locked-column-csv.html

  • Web Item Selection for Characteristic Structures

    Hello experts,
    I have created a web template with a query that has some characteristic structures. When planning functions are executed, I want to restrict the affect against the structures using web item selection (data binding). Is it possible to set data binding for strucures?
    Thank you.

    Hello Gernot!
    Did you find a solution for using row selection in combination with a structure in the query?
    I face a similar situation and one solution I found so far is to use an dropdown-box to make the selection although I would prefer using the row selection-feature as it is more convenient and obvious to the user.
    manuel

  • Debugging a web item when executing a web template in BI7

    Hi,
      I would like some help in the following
    1> Class name (or package that contains all the class/methods) when a particular SAP delivered web item get executed in a Web template in SAP BI 7.0
    2> what’s the class that gets executed for an 'Analysis' WEB item in BI 7.0. Since it has a lot of properties, do we have multiple classes for each of these properties, for example when I remove a certain row or column by drag and drop, what methods gets executed? And how do I figure out the methods for a particular function
    3> eventually I would like to debug through this for trouble shooting, How do I go about debugging a web template
    Can anybody help me in this? Really appreciate
    Thanks
    BPS IP,

    Posting this back again, to see if there is any sugesstion or answer. Any help in thois area wpuld be appreciated.
    Thanks

  • WAD : Changing Web Item Property

    Hi
    I have a requirement to change the Web item Info Field in WAD 7.0 (earlier Text Element in BW 3.5). Presentlt there are two property that is Width in Pixel & Height in Pixel i want to have Width in Pixel , Full Width , Height in Pixel & Full Height as present in Analysis  Web Item .
    How to achieve this is it possible for us to do this or not?
    Thanks & Regards
    Rajesh Kumar

    Hi gurus,
    I have found a way to update my title via Javascript using url command :
    I add this line in my url : &item=Table_1&caption=NewTitle
    But it works only if I use this line alone ... if I try to do this with another cmd (merge the two cmd together)
    &DATA_PROVIDER=DATAPROVIDER_1&CMD=CURRENCY_CONVERSION&CUR_CONV_METHOD=ACAVCTRT&CUR_CONV_TYPE=2&DATA_PROVIDER=DATAPROVIDER_1&TARGET_CURRENCY=EUR<b>&item=Table_1&caption=NewTitle</b>
    it doesn't work (only the first cmd is executed) ! Anybody knows something about that ???
    Thanks in advance
    Aleksi

  • Web Template Web items formating issue

    Hi
    Need some help with regards to the Web Application Designer Web items...
    I am trying to create a web template with Tabs
    I included a TABSTRIP web item and in that webitem i included Container(3)(as i need 3 tabs) and in First Container i included Chart and
    in Second container i included Navigation Pane and Analysis Web Items....
    here is the problem
    The Navigation pane is appearing on top of Analysis(table) in outpu...BUT my requirment is the Navigation pane should appear on left hand side of Analysis
    How can i achieve this
    Thanks

    HI Maxicosi,
    I'll send you some reading material for all of this - in chapter 7 I go thru the actual configuration for dashboards. Most of your questions should be answered or at least some ideas on these items will be offered.
    I'll use the same email address.
    thanks, Pete

  • WAD:  anyway to bind each tab of the tab page web item to different query?

    WAD:  anyway to bind each tab of the tab page web item to different query?
    We check the properties of the tab page web item, but can't find we can bind the tab to some query.
    Any idea?
    Thanks!

    will try to write as much detail steps as i can...
    drag tab page web item in wad window
    go to its properties
    for e.g. u currently have only 1 tab page
    than name tab page1 as p1
    hit button with ..
    this will let u add new heading to tab page 2
    likewise save heading of 4 tab pages in properties of tab pages
    now choose container web item
    drag it in tab pages window
    assign seperate analysis item in each container item
    assign seperate queries in each analysis web item.
    assign container1 to tab page1
    assign container2 to tab page2
    assign container3 to tab page3
    assign container4 to tab page4
    and their heading viceverssa
    save it execute it
    now u will have 4 queries in 4 container item and uc an see that in different tab pages.

Maybe you are looking for

  • Customer confirmation of receipt of delivery

    What is the best place in SAP  to store that date that a customer has received their delivery of goods.  I cannot find a date field in the SAP delivery document and I need it to include in a DIFOT report.

  • Can I safely delete the backup on my iPhone?

    I recently upgraded from an iPhone 4 to an iPhone 6. I backed up my 4 to my computer and then transferred all the info from it (contacts, etc) to my 6. But the backup of the 4 is still on my iPhone 6 and since it's taking up a lot of space I'd like t

  • I am unable to show Weather Channel Videos

    I am unable to see the videos on the Weather Channel. They do not seem to be flash videos. All I get is a spinning loading wheel which does not stop. I do not have similar problems at other sites (CNN or Youtube for example). If I turn the flash bloc

  • I forgot my security question answers and my rescue email address has been deactivated.

    As I said in the title, I forgot my security question answers and my rescue email address has been deactivated. Conveniently, you must enter your security questions to change your rescue email. The answers to the security questions are sent to the re

  • SCOM- Moving folder contents oder than N days

    Hi All, I need a script for SCOM 2007/2012 to move files from Source to Destination folder after n number of days. For example, if files in source are 14 days old then move it to destination folder. I can create a custom class, discovery rule for sou