Reset Row Selection from Web Item Analysis in WAD 7.0

Hi All,
I have a Web Item Type Analysis and I use the Row Selection (SELECT_ROWS) value multiple.
Is there a way to reset the selection via a function?
The user select some rows and start a planning function via a button. If they would like to start the function for an other selection they first have to remove the old ones and have to mark the other lines.
A function to remove all selection from the item is needed!
PS: It is getting funny if there is paging and the selection is not even visible because it is on an other page.
Thanks for help.

Hello All.
I have exaclty the same problem now.
Is there any way to do this?
Thanks a lot and best regards,
Alfonso.

Similar Messages

  • 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

  • How to populate a table based on a row selection from another table.

    Hi, i just started to use ADF BC and Faces. Could some one help me or point me a solution on the following scenario .
    By using a search component , a table is being displayed as a search result. If i select any row in the resulted table , i need to populate an another table at the bottom of the same page from another view. These two tables are related by primary key . May i know how to populate a table based on a row selection from another table. Thanks
    ganesh

    I understand your requirement and the tutorial doesn't talk about Association between the views so that you can create a Master-Detail or in DB parlance, a Parent-Child relationship.
    I will assume that we are dealing with two entities here: Department and Employees where a particular Department has many Employees and hence a Parent-Child relationship.
    Firstly, you need to create an Association between the two Entities - Department and Employees. You can do that by right clicking on the model's entity and then associating the two entities with the appropriate key say, DepartmentId.
    Once you have done that, you need to link the two entities in the View section with this Association that you created. Then go to AppModule and make sure that in the Available View Objects: 'EmployeesView' appears under 'DepartmentView' as "EmployeesView via <link you created>". Shuttle the 'DepartmentView' to the right, Data Model and then shuttle
    "EmployeesView via <link you created>" to the right, Data Model under 'DepartmentView'.
    This will then be reflected in your Data Controls. After that, you simply would have to drag this View into your page as a Master-Detail form...and then when you run this page, any row selected in the Master table, would display the data in the Detail table.
    Also, refer to this link: [Master-Detail|http://baigsorcl.blogspot.com/2010/03/creating-master-detail-form-in-adf.html]
    Hope this helps.

  • Web Item Analysis Modification Modules

    Samples provided by SAP for Web Item Analysis Modification are
    4) Negative Number module (com.sap.ip.bi.rig.NegativeNumber)
    Depicts negative numbers in a column or entire table in red.
    Hi SDN Community,
    I have recently been exposed to Web Interface in BI7, (having previously worked in BW35 on Table Interface Class)
    How do we ensure that the modules are activated as per the SAP documentaiton.
    Are there transactions/documentation available?
    Finally, once I get past this point, i found a document on the web that explains how to use one of these Exception modules,
    In the case of the negative number module, do you know if the numbers are displayed in red font when negative, (and in the same column)
    Thank you.
    Simon

    Part success!
    I used this module, and sure enough, the negative colours are red.  It must have been already active.
    Now, to change the sign, to positive...  is there a standard module, or will this require some ABAP or java coding.
    for example, do i require to do this?
    ABAP Class for the Custom Extension Web Item 
    Thank you.
    Simon

  • Web Item Analysis Moodule in BI7 - How to Activate

    Samples provided by SAP for Web Item Analysis Modification are
    4) Negative Number module (com.sap.ip.bi.rig.NegativeNumber)
    Depicts negative numbers in a column or entire table in red.
    Hi SDN Community,
    I have recently been exposed to Web Interface in BI7, (having previously worked in BW35 on Table Interface Class)
    How do we ensure that the modules are activated as per the SAP documentaiton.
    Are there transactions/documentation available?
    Finally, once I get past this point, i found a document on the web that explains how to use one of these Exception modules,
    In the case of the negative number module, do you know if the numbers are displayed in red font when negative, (and in the same column)
    Thank you.
    Simon

    It seems that you simply use the RIG module in the web template, and save.
    This essentially activates it.

  • Web Item Portfolio in WAD 7.0

    Hi,
    I would like to realize the following with the portfolio Web Item in the WAD 7.0:
    I got a Query which delivers me 3 columns:
    Section1 : x,y, size
    Section2 : x,y, size
    x for x axis y for y axis and size for the size of the bubbles in the chart.
    The Chart presents this correct.
    As a label for every bubble it shows me Section1, Section 2....
    As Label I would like to have the value of the third column(size) presented and not
    Section 1, Section 2...
    Is there a possibility to this?
    Thanks for any help!!

    Hi Holger,
    this is possible with the latest IGS version when using $size in the Format attribute of the Series customzing.
    See note <a href="http://service.sap.com/sap/support/notes/1064448">1064448</a> for more information on the number formats.
    Best regards
    Matthias

  • WAD - Export to Excel: Information from Web Item "FILTER_PANE_ITEM"

    Hi all
    In a report header I would like to display all the restrictions (filters) that have been placed on a query. I do this by adding a FILTER_PANE_ITEM in the web application. I works fine in the IE: In the top of the report all restrictions are displayed and below the query result from ANALYSIS_ITEM part.
    I have created a Buttom called "Export to Excel". The Command is EXPORT and in the web items for Data Binding I list both the FILTER_PANE_ITEM and the ANALYSIS_ITEM.
    When I run the report in the IE and push the "Export to Excel" buttom the data is exported to Excel...but only the ANALYSIS_ITEM part. All information from the FILTER_PANE_ITEM are missing... And I don't understand why!
    Can anyone give me a hint to what I am doing wrong?
    Regards
    Peter

    Peter
    FILTER_PANEis not an exportable item and hence the web item binding is ignored.
    Please see note 1178857 - Additional information: Export to Excel functions
    Alternatively, you can use INFO_FIELD Web Item to display the list of static, dynamic filters and variable values used.
    Thanks
    Sri

  • Can u find (number of rows) + (SELECT * FROM emp) in 1 query?

    We have a requirement like this: We need to pass a SQL statement as a SYS_REFCURSOR OUT variable from a SP. Problem is, if the SQL returned 0 rows we have to send 1 row with all NULLS to the SYS_REFCURSOR.
    Is there any way to find out the number of rows returned from a SQL without having to put a SELECT COUNT(*) again using the "same" SQL?

    Peter:
    That only works if the cursor actually returns rows. Consider:
    SQL> create table t as
      2  select rownum id, to_char(to_date(rownum, 'J'), 'Jsp') descr
      3  from user_objects
      4  where rownum <= 5;
    Table created.
    SQL> insert into t select * from t;
    5 rows created.
    SQL> commit;
    Commit complete.
    SQL> create function f (p_id in number) return sys_refcursor as
      2     l_cur sys_refcursor;
      3  begin
      4     open l_cur for
      5        select id, descr, count(*) over() cnt
      6        from t
      7        where id = p_id;
      8     return l_cur;
      9  end;
    10  /
    Function created.
    SQL> var cur refcursor
    SQL> exec :cur := f(1);
    PL/SQL procedure successfully completed.
    SQL> print cur
            ID DESCR             CNT
             1 One                 2
             1 One                 2
    SQL> exec :cur := f(42);
    PL/SQL procedure successfully completed.
    SQL> print cur
    no rows selectedSince the OP's requirement (or ""solution" coming from someone who misunderstood the concept of cursors") is that "if the SQL returned 0 rows we have to send 1 row with all NULLS to the SYS_REFCURSOR" the analytic count doesn't help.
    @OP
    The only reliable (for certain definitions of reliable) way would be to consume the first row of the cursor to see if it did in fact return any rows.
    However, if the cursor was initally empty, we then need to generate a new cursor with all NULLS to satisfy the request. Not a big deal, as the new cursor would reflect the state of the database at the time of the initial query, even if a qualifying row was inserted and committed between the first query and the second, but it doesn't work the other way around.
    If I consume the first row and find a record, then I need to re-do the query to get all of the rows. but what happens if another process changes/deletes the qualifying row in between and commits? The second query will have no rows and you will return an empty cursor to the caller.
    Also, counting the rows (which the analytic count will need to do) could have a significant impact on performance since all the qualifying rows need to be read before the first row can be returned.
    John

  • Ttitle not displaying the title when no rows selected from a table

    My requirement is display the Ttitle value even when there are no rows fetched from a table. I tried the following -it didn't work. We are on Oracle 9.2.0.7.0. Anybody has thoughts on this... your help greatly appreciated.
    ORACLE_SID = [oracle] ? ABCDE
    PSDEVDB1:>sqlplus babu
    SQL*Plus: Release 9.2.0.7.0 - Production on Mon Jul 10 17:56:52 2006
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Enter password:
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.7.0 - Production
    SQL> ttitle center 'testing'
    SQL> column x noprint
    SQL> select 'x' x from dual;
    testing
    SQL> select *from mytable3;
    testing
    NAME NO
    KUMAR 10
    RAMU 10
    BABU 10
    SQL> select *from mytable3 where no=20;
    no rows selected
    SQL>

    If your concepts are clear for Right outer join, Left outer join and Full outer join you can achieve what you are looking for.
    http://www.oreillynet.com/pub/a/network/2002/04/23/fulljoin.html
    Play with the data and may the force be with you.

  • Pass content from web item single document to javascript

    Hi all,
    does anyone has passed the content from the web item "single document" to a javascript variable? I just want to grab the text.
    Regards,
    Adem

    Hi GOPI,
    i am testing the script but i receive the error that obj.innerHTML is null or not an object.
    <HTML>
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DOCUMENT"/>
             <param name="DATA_PROVIDER_ID" value="ZMB_CC_00_DS_01_VIEW_WEB01"/>
             DATA_PROVIDER:             DOCUMENT
    </object>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DATAPROVIDER_1"/>
             <param name="DATA_PROVIDER_ID" value=""/>
             DATA_PROVIDER:             DATAPROVIDER_1
    </object>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="ZTMP_SOLUTION4"/>
             <param name="DATA_MODE" value="STORED"/>
             TEMPLATE PROPERTIES
    </object>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
    <TITLE>BW Web Application</TITLE>
          <link href="/sap/bw/Mime/BEx/StyleSheets/BWReports.css" type="text/css" rel="stylesheet"/>
    </HEAD>
    <BODY>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="DOCUMENT_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_DOC"/>
             <param name="DATA_PROVIDER" value="DOCUMENT"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="BORDER_STYLE" value=""/>
             <param name="WIDTH" value="429"/>
             <param name="DOCUMENT_CLASS" value="TRAN"/>
             ITEM:            DOCUMENT_1
    </object>
    <script type="text/javascript">
    var obj = finddoc("DOCUMENT");
    alert(obj.innerHTML);
    function finddoc( doc_name ){
    var all_tables = document.all;
    for( var i=0;i<all_tables.length;i++ ){
    if (all_tables.name==doc_name)//we have found document
    return all_tables;
    return null;
    </script>
    </BODY></HTML>
    I try to debug.
    Best regards,
    Adem

  • Table- Why first row Selected from itself

    Hi,
    i have a jspx that have some fields and a button ,
    the user should fill this fields with data then click the button
    the button pass those values to a function that call a Stored Proceudre in the DB
    then the last code in that button is to refresh a table (by execute param) that read the inserted data
    why everytime the table refreshed give me the data with the first row SELECTED!!!!!!!!
    i am using ADFBC + JSF
    thanks in advance

    Hi,
    hope you handled the case where a user hits submit - or performs some other action that is performed on the current row - because you are now in an unpredictable state. Ideally you disable all related command buttons until a user selects a row
    Frank

  • Setting current row of a view based on row selected from another view.

    Hi,
    We have two Views V1 and V2. Both views are based on the same tables except that V1 is based on multiple tables. In our application we are showing a read only table which is based on V1. The user can select a particular record for edit. But the edit page is based on V2 and as a result the first record always shows up for editing even though the user may have selected another record.
    Is there a way we can pass the primary key of the record selected from V1 to V2 and set that record as the current record.
    We have tried setCurrentRowWithKey, but this did not help.
    Regards
    RHY

    Hello,
    post the PK as an URL parameter within the link you open the edit page. Then read this parameter in your page (the page with this link) action class and send it to an ActionBinding:
    JUCtrlActionBinding action = (JUCtrlActionBinding) bc.findCtrlBinding("nameOfBinding");
    ArrayList arrayList= new ArrayList();
    arrayList.add(0,primaryKey);
    action.setParams(arrayList);
    action.doIt();
    In your AppModule create a method nameOfBinding with primaryKey as in parameter
    public void nameOfBinding (Number primaryKey )
    getV2().setWhereClause("PRIMARY_KEY=:0");
    getV2().setWhereClauseParam(0,primaryKey );
    getV2().executeQuery();
    In the AppModule you have to publish this method in "ClientInterface".
    Create an Action binding for this method in your list jsp.
    Hope this helps
    Britta

  • How to change the size of the web item text in WAD 7.0

    Dear All
    I am quite new to WAD and I am having a problem with changing the font size of a web text item
    I have searched already and someone suggested changing the Design property to  HEADER1 or HEADER2 etc and then I should be able to change the font / size.
    I have done this but to no avail
    I want to have large heading across the top of the web template
    am I using the wrong web item ?
    I know I can key the text directly into the web template and change the font from the menu bar  but I need it in an item as I want to export them through to PDF later
    Would be grateful of any help
    thanks
    Sandra

    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

  • Row selection in web layout

    I am trying to use the layout 'line' selection functionality in order to execute a planning function for the selected row.
    I have followed the process of creating a hidden variable that receives the line from the source layout, and have included this variable in the function. But the function does not execute for a selected row. It executes for all of the rows that have the same 'selected' characteristic value.   What type of variable should I be using for the hidden variable? I have tried 'characteristic', replace type 'user-define'.
    Does this work for the line selection in the web?

    Hello <b><i>R</i></b>
    Definitely you have more than one characteristic in the Layout in Lead Columns.
    Extend the "hidden variable" concept for other characteristics in the lead column and use these variables in the Planning level "restriction". The variable types remains as "what you explained".
    Your FOX would now get only the selected row as input data.
    Good Luck!

  • Row Selection in WebI

    Hello,
    I am able to select the values across a column,but not in a row.  Can we highlight a row in WebI???
    Thanks
    NIvas

    Hi,
    For the sake of analysis you can create an alerter with the specified condition and highlight (format the background) the cell which satisfy the condition. You can enable the same alerter on all the columns of the block so that a particular row will get highlighted on satisfying a particular condition in the report.
    Hope it helps you.
    Regards,
    Rohit

Maybe you are looking for

  • Errors in JSP's

    I have used JDeveloper 9.0.4 and 10.1.2 for developing a Web applications and get the following error, when I compile my JSP: Error(1): java.io.UTFDataFormatException: Invalid UTF8 encoding. This is the begining of my JSP, and the errors is marked on

  • Veritas Volume Manager 5.0MP1 support  on guest domain

    Does VxVM volume defines on control domain can be exported to guest domain for boot disk purpose? If yes, what is the procedure? Does VxVM volume defines on control domain can be exported to guest domain for data disk purpose? If yes, what is the pro

  • Long running statement

    Hi, Is there any way to find out the long running statement from the previous night batch program? Thanks

  • Information on mapping  and how to configure the mapping?

    Hi All         Experts!!!  i am new XI and any one can provide the information mapping ?         Like purpose of mapping? how to configure ? what are different mappings?         In detail pls... Adv..thanks Cheers Rakesh

  • Illustrator 14.0.0 CS4 freezes on start up loading plugins on OSX10.10

    What is the problem. Started after a fresh 10.10 install and restore from backup. Software was working previously. Also at times i get error of Photoshopimport.aip and Photoshop.export.aip, but not all the time do i get the error but it always freeze