Need to filter the Master Column

Hi Experts,
I need to filter a master column in my wd table. I am not finding an option to get the filter text in VewController. Master column of the filter row is not enabled to enter filter text. Can some one suggest me how can I proceed to make filter enabled for master column?
Thanks in advance.

Hi,
If you are using table UI element, you have to do some bit of coding to get the filter row.
1. Define a context node with cardinality 1..1. This node should have the attribute(s) for which a filter is required, and the attribute should be that same data type as that of the column attribute.
2. In the layout tab, for the specific table column for which filter is needed, bind the 'filterValue' property to the corresponding attribute created in step 1.
3. Define and implement an event handler for the 'onFilter' event of the table. This event handler should programatically filter the table.
Now, in the layout itself you should see the 'Filter row' for the table.
Hope this helps,
Regards,
Wenonah

Similar Messages

  • How to populate the master column in a table

    Hi Experts,
    I am trying to implement a hierarchy structure in a table. For that I have inserted a master column of TreeByNestingTableColumn type. The value which are getting displayed in a table are hard coded by me, but I am not able to understand how should I populate the values so that when the table initially appears, it should contain some data (which I hard code) and when I click the master column, it should expand and display value according the master column selected(which I again hard code).
    Please help me in achieving it.
    Regards
    Arjun

    Hi,
    Go throgh the tutorial "Creating a Tree Structure in a Table" in the blow link.
    Web Dynpro Java Tutorials and Samples NW 2004 [original link is broken]
    In these example only the souce of data changes as per your requriement. In the examples they are reading data from java class.
    1. First you need to create a value node with (Parent Id, Boolean Type: isLeaf, Expanded, ChildernLoaded), attributes.
    2. Then you have to create one recursive node under that Value node by selecting that node as reference.
    3. As given in the example create one method called addChildern(Node, ParentId).
    4. Now in the wdDoInit method call this method by passing the Value node and "ROOT" as parent Ids
    5. In addChildern method if parentId is ''ROOT" then populate all the root elements in the parent node.
    6. Now root elements will be populated.
    7. When user clicks on any of the root element then invoke the action loadChildern(this should be binded to Master column) and pass recursive node of that parent element and the parenId (as given in the exmaple).
    8. Based on this parentId now populate the chids in addChildern method.
    See this thread: Helpful:
    Re: Tree implementation in webdynpro project
    Regards,
    Charan
    Regards,
    Charan

  • Need to filter the out put of iw38 reprort

    hello Experts,
    i have requirement like need to filter the out put of iw38 report and after that again i need to filter that output by using department and client code and oreder .ned to show out put with 3 push buttons .
    dertails:
    selection screen fields:
    region
    customer  code
    oreder
    date range
    from these 4 fields i need to pass two(order and date range)   fields to  iw38 report and then what ever output i am getting again that should filter by customer code and region which are there in my program
    , need to display the out put with 3 push buttons .
    plz suggest me  with appraoach and sample code .
    Note : i am using using submit and return export memory but its directly showing iw38 output and not coming back.

    Hi ananta,
    The function module LIST_FROM_MEMORY loads the list from the ABAP Memory to an internal table of the row type ABAPLIST.
    The function module WRITE_LIST inserts the content of an internal table of the row type ABAPLIST in the current list.
    The function module DISPLAY_LIST displays the content of an internal table of the row type ABAPLIST in a separate list screen.
    check the below program..
    REPORT  Z642_TEST2.
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT riaufk20 EXPORTING LIST TO MEMORY
                                    AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = list_tab
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.
    IF sy-subrc = 0.
      CALL FUNCTION 'WRITE_LIST'
        TABLES
          listobject = list_tab.
    ENDIF.
    write: ' This is calling program', sy-repid.
    Edited by: Rammohan Nagam on Apr 8, 2009 4:05 PM

  • I need to filter the field Compensation Review :iview Compensation Planning

    hello
    I need to filter the field Compensation Review (iview Compensation Planning), this value come from table : T71ADM08 Compensation Reviews
    i have many values, but i need show a range o one set the of values, any ideas ??  
    I can show only one filtering parameter from the parameter value of the iView, but it only one value, I need a filter a range
    please any ideas, ???

    Hello,
    having had this very same issue in the past - the option we went with was to enhance the RFC FM that returned the list of the reviews with some removed depending on the employee type.
    (I'm assuming that the list of avaliable reviews is dependent on the employee and that's why you want to filter).
    Chris

  • I need to know the department column in Oracle Application

    Hi there:
    Can somebody tell me how can I get the employee department information from oracle application.
    I need to know the table name and column name.
    Thanks and regards,
    Zeeshan

    I think this is not the best forum, to ask such a question. One that deals with Oracle Applications would be better suited.
    Maybe have a look [url http://forums.oracle.com/forums/forum.jspa?forumID=410]here. Not sure if it is the right one.

  • Duplicate Value comming while filter the Calculate Column in Sharepoint 2013 custom list. Thanks in advance

    

    Hi SanjayPradhan,
    Based on your formula, I could reproduce this issue in my SharePoint 2013 without any CUs.
    Then I created a new column using other types not Date&Time, add the formula =IF(ISBLANK([New Column]),"Employee","ExEmployee"), there is no duplicate values when filtering the calculated column. It seems that this issue only
    happens when judging Date&Time column in a calculated column.
    I tested in my SharePoint Online, and found I could not reproduce this issue on SharePoint Online.
    So, for your issue, please check whether you install any CUs 
    for your SharePoint 2013. And please install the latest CU for SharePoint 2013.
    You can find the latest CU for SharePoint as the link:
    http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=346
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Need help for the query columns to rows

    Hi everyone,
    I have two tables TABLE1 and TABLE2; TABLE1 is Master table,TABLE2 is child table.
    The key for TABLE1 is C1 column
    The key for TABLE2 is C1,C_MONTH Columns
    The sample data is as follows
    TABLE1
    ======
    C1 C2
    1 A
    2 B
    3 C
    4 D
    TABLE2
    ======
    C1 C_MONTH C3
    1 JAN AAA
    1 FEB BBB
    1 MAR CCC
    1 APR DDD
    2 JAN ZZZ
    2 FEB YYY
    2 MAR XXX
    2 APR UUU
    I want to display the data as follows
    1 A JAN AAA FEB BBB MAR CCC APR DDD
    2 B JAN ZZZ FEB YYY MAR XXX APR UUU
    Can any one help me how to write this query?
    Thanks in advance

    [email protected] wrote:
    Thanks for the update
    but I want the out put as column values rather than one column as follows
    C1 C2 J_MONTH J_VALUE F_MONTH F_VALUE M_MONTH M_VALUE A_MONTH A_VALUE
    1 A JAN AAA FEB BBB MAR CCC APR DDD
    2 B JAN ZZZ FEB YYY MAR XXX APR UUUThis is a standard pivot.
    In 10g or below you can do something like...
    SQL> ed
    Wrote file afiedt.buf
      1  with table1 as (
      2                  select 1 c1, 'A' c2 from dual union all
      3                  select 2, 'B' from dual union all
      4                  select 3, 'C' from dual union all
      5                  select 4, 'D' from dual
      6                 ),
      7       table2 as (
      8                  select 1 c1, 'JAN' C_MONTH,'AAA' C3 from dual union all
      9                  select 1,'FEB','BBB' C3 from dual union all
    10                  select 1,'MAR','CCC' C3 from dual union all
    11                  select 1,'APR','DDD' C3 from dual union all
    12                  select 2,'JAN','ZZZ' C3 from dual union all
    13                  select 2,'FEB','YYY' C3 from dual union all
    14                  select 2,'MAR','XXX' C3 from dual union all
    15                  select 2,'APR','UUU' C3 from dual
    16                 )
    17  -- end of test data
    18  select table1.c1, table1.c2
    19        ,max(decode(c_month, 'JAN', c_month)) as jan_month
    20        ,max(decode(c_month, 'JAN', c3)) as jan_value
    21        ,max(decode(c_month, 'FEB', c_month)) as feb_month
    22        ,max(decode(c_month, 'FEB', c3)) as feb_value
    23        ,max(decode(c_month, 'MAR', c_month)) as mar_month
    24        ,max(decode(c_month, 'MAR', c3)) as mar_value
    25        ,max(decode(c_month, 'APR', c_month)) as apr_month
    26        ,max(decode(c_month, 'APR', c3)) as apr_value
    27  from table1 join table2 on (table1.c1 = table2.c1)
    28* group by table1.c1, table1.c2
    SQL> /
            C1 C JAN JAN FEB FEB MAR MAR APR APR
             1 A JAN AAA FEB BBB MAR CCC APR DDD
             2 B JAN ZZZ FEB YYY MAR XXX APR UUU
    SQL>From 11g upwards you can use the new PIVOT keyword.

  • I need to filter the Service Id

    Hi All,
    Here with i copied one query that returns some resultset based on Organise Id. But I need only one service id.
    Pls suggest me...
    SELECT DISTINCT(A.SERVICE_ID),
    B.SERVICE_CODING_ID,
    C.RGS_ID,
    D.CODED_TIME_REF_DOMAIN_ID,
    E.ORGANISE_ID,
    F.RESOURCE_GROUP_DESC
    FROM SERVICE_MASTER A,
    SERVICE_CODING_DETAIL B,
    SERVICE_RESOURCE_DETAIL C,
    SERVICE_CODED_TIME_DETAIL D,
    ORG_REFERAL_CONTROL E,
    RESOURCE_GROUP_MASTER F,
    RESOURCE_ORG_MASTER G
    WHERE A.SERVICE_ID = B.SERVICE_ID
    AND A.SERVICE_ID = C.SERVICE_ID
    AND A.SERVICE_ID = D.SERVICE_ID
    AND B.SERVICE_ID = C.SERVICE_ID
    AND B.SERVICE_ID = D.SERVICE_ID
    AND C.SERVICE_ID = D.SERVICE_ID
    AND C.RGS_ID = F.RGS_ID
    AND A.SERVICE_ID(+) = E.REFER_ID
    AND B.SERVICE_ID(+) = E.REFER_ID
    AND C.SERVICE_ID(+) = E.REFER_ID
    AND E.ORGANISE_ID = 'ORG000001';
    Cheers
    Moorthy.GS

    Hi Moorthy,
    Which one row do you need? Any single row? The first row according to some ordering? or a specific row?
    If you want any random row, add the line "AND ROWNUM = 1" at the end of the query. Or if you're running the query in PL/SQL or a similar language you can run the query as is and only fetch the first row.
    If you want the first row from some ordering, add "AND ROWNUM = 1" and an ORDER BY clause at the end.
    I suspect you want a specific row, in which case you need to add a line to your WHERE clause that specifies which row you want. I suspect you want a line that reads " AND SERVICE_ID = ???"
    I hope this helps,
    Steven

  • What video card w/ specs are needed to drive the  "master" thunderbolt 27" display?

    Figure that thie new ThunderBolt display will also work with non-MAC systems i.e. a PC running WIN 7 64b.  Just curious what
    video card(s) are recommended to use with this new monitor.    Currently using the EVGA "Classified" GEForce GTX590 card to power
    a 30" Apple Cinema Display and the 27" Apple Cinema Dispay - both work great - w/no issues at all.

    Hello,
    I too agree with the points Mylenium stated. We have discussed about multiple computers (desktop & laptop), but people don't like the mess it would cause in terms of file syncronization etc. And it would also mean double effort for the IT to maintain all the software updates etc. in that many computers. We do work quite a lot in meetings etc. and work and collaborate directly with using these programs. So it would mean double work to first make notes in a meeting and then do work in another computer according to the notes. So the decision of using a good laptop is not random but thought.
    Our current laptops were selected in the CS2 era and they have survived well updates up to CS4. I haven't yet tested what CS5.5 would do in terms of performance and usability. The idea of changing and configuring a computer every year according to the latest models and software requirements does not sound good. That's why I stated the point that the computer to be selected should survive at least a few CS updates.
    SSDs. I don't see them pricely at all. We've changed SSDs to the current laptops and they increased their lifetime by at least two years. Incredible increase in speed! I really do recommend SSDs and would not even consider using mechanical drives anymore. In general I don't see the price of the laptop as problem -- it costs a lot more to configure and install the computer than the price of the computer. And if the computer is slow and/or needs to be changed often to a new model, it costs even more in lost employee performance.
    So conclusion up to now:
    - Win 7 64 bit
    - 8 GB memory
    - SSD drive
    - min i5 processor
    - Graphics card? Mobile Quadro NVS 3100M?
    So the current computer model could be:
    Dell E6410
    - Intel Core™ i7-640M
    - NVIDIA® NVS 3100M 512MB gDDR3
    - 14.1” WXGA+ LED Display (1440x900)
    - 8 GB dual channel DDR3 memory, 1 333 MHZ
    - 128 GB SSD

  • OBIEE Answer : SQL Filter for one column of the Dashboard sample : 201301

    I need to filter the report on the basis of one of the filter on the column which is created by custom calculation :
    YEAR ("Order Header Attributes"."Status Date" ) * 100 + WEEK("Order Header Attributes"."Status Date" )
    and this in the Number format.
    I need the filter as : 2013 + Week(CurentWeek) -1 = 201302
    Please help me create a custom SQL filter for the same.

    Anitha ,
    I am getting the error while doing it with Prompt :
    I went to the Dashboard on top Left next to results there is a Prompt there i clicked a new prompt i gave a name , description selsected my column in Filter on Column
    Operator : = is equal to / is in
    How should the user choose a value or values?
    * Select it from a drop-down list
    Browse through choices and/or type in directly
    * Single Value Only
    What values should be shown to the user?
    None
    All Values
    Limited Values
    * SQL Results (year("Status Date")*100) + WEEK_OF_YEAR("Status Date")-1)
    (The values returned by this SQL statement)
    Other options
    Choices per page
    (leave blank for automatic setting)
    Allow user to constrain choices
    Allow user to skip prompt
    I am doing correctly please help me in case i am not doing it correctly
    Regards ,
    Nidhi

  • Filter the report based on the parent report column values

    Hi,
    period --- jan12 feb12 mar12...
    tickets --- _3_ _10_ _16_ .....
    This is my report layout.When i click on the no.of total tickets 3/10/16.It need to navigate to another report which should be filtered based on the reporting period as well as total tickets.
    How can i achieve this requirement.Is there any possibility to pass the column values from one report to another report?
    I tried "filter based on the another request" but it not worked for me.
    The summary of the requirement is when i click on 3 it need to display the 3 tickets details only...
    Anyone please help me out.
    thanks,
    prassu

    If your query means that for Jan 12 there are 3 tickets and for Feb 12 there are 10 tickets in the database, then you should only need to make the Period Column Is Prompted in the detail report. If the action link is not working this way then something else is wrong. Is the detail made from the same subject area?

  • How can I filter the LOV rows at the runtime

    I am working in oracle forms 6i.
    My lov is based on a view. If I selected one row from LOV, that row should not appear in list box.
    I would like to restrict rows before saving a form. How can i filer the LOV rows at the runtime?
    Please help me.

    Dear Mr.MH_BD,
    Thanks for your immediate response,
    My form is built based on master and detail link.  On the multi row detail section I am invoking this LOV.  The record group containing the following query:
    select fees_id,fees_name,term_fees from sk_fees_mst where fees_bal>0;
    fees_id
    fees_name
    term_fees
    12
    Tuition Fees
    2500
    13
    Smart Class
    100
    14
    Admin Fees
    300
    If I selected the fees_id 13 for the first row of detail section, then the LOV should display only the following in the next row:
    fees_id
    fees_name
    term_fees
    12
    Tuition Fees
    2500
    14
    Admin Fees
    300
    (ie.) Before commit form I need to filter the already selected fees ids from record group.
    Thanks in advance.

  • Table with tree view on master column

    Hi,
    I'm trying to generate a table with tree view on the master column and I get the table values from an RFC.
    The problem is that I need to control some properties like "expanded" or "isLeaf" and I can't add the value attributes to the model node to control the rows.
    Any ideia on how to overcome this (what i  think is a) problem?
    Thanks for the help.
    Pedro Barbosa

    Hi Subramanian,
    Maybe I didn't explain myself right. I also followed that tutorial with success but in this case i have on my custom controller:
    -MyNode (model node)
      - Output
        - MyTable
          - attribute 1 (model attribute)
    In my context/view controller the only way i can map that node is by using a model node referecing "MyTable" but this way i can't add any of my attributes to same level of the attributes (is that the ideia right?).
    I also tried to recreate the structure in the view with value nodes and value attributes with the same type as the model attributes and then bind them but i always get "Incompatible context element type".
    Am i missing something?
    Pedro Barbosa

  • Need Help on Filtering a column

    Hi below is my requirement.
    ColA ColB ColB
    In the above, both the column 2 and 3 are the same columns, but i need to filter the column 3 alone based on another column. Please help.

    Hi,
    Write a case statement on 3rd column ...
    case when table1.status = 'Complete' then value(2nd col) end
    or
    case when table1.status = 'Complete' then value(2nd col) else null end
    Updated Post
    Can you paste your code (case statement)
    case when table_name.status ='Complete' then table_name.value end
    or
    case when table_name.status ='Complete' then table_name.value else null end
    Cheers,
    Aravind
    Edited by: Aravind Addala on May 17, 2011 11:48 PM

  • Dynamic Filter on Hierarchical Column

    I have a parent-child hierarchy in my 11g Subject Area. I know it is possible to filter the hierarchical column using the Selection Steps and the “Select Members based on Hierarchy” option. But is it possible to dynamically filter the column using a Session Variable?
    My hierarchy is set up using the company’s department structure. The business need is for a line manager to have access only to data for their own departments, and any departments below in the hierarchy where applicable. A session variable in the repository knows who has logged onto OBI, and returns the relevant departments. Is it possible to use this variable to only display the relevant portion of the hierarchy?
    Thanks.

    Yes this is possible through external table authorization. Lets say you have hierrarchy table with different nodes in data warehouse. Lets consider w_hierarchy_d table for instance which has different columns like hier1_code, hier2_code etc. Create an external table with three different columns, username, hierarchynode, hierarchyvalue. Hierarchynode, gives the information on what level of hierarchy the user should be restricted, and the hierarchyvalue gives the actual value of the node user belongs to. Lets take a simple geography hierarchy as example;
    username hierarchynode hierarchyvalue
    user1 hier1_code Asia - Region
    user2 hier3_code florida - Office
    Using init block populate this data into session variables and create a filter on group/role like below:
    case when valueofnqsessionhiernode='hier1_code' then officetable.region
    when valueofnqsessionhiernode='hier3_code' then officetable.office
    end = valueofnqsessionhiervalue.
    I am positive the above model works as we implemented this before.
    Please Award points if helpful.
    Thanks,
    -Amith.

Maybe you are looking for

  • Arrow and Hand tool question/problem

    The pointer tool is selected in the tool bar but when I go into the Timeline it defaults to the Hand tool. So when I try and resize the clip length, for example, I can because the Hand tool moves the whole screen. Its only starting doing this is ther

  • Safari will not open ftp sites!

    When I write ftp addresses in Safari it opens in Firefox! How can I make Safari the default ftpreader? It is already set as the default browser..

  • P.O auto mail generation pdf to word

    Hi  everyone, this is regarding the automatic mail generation in smartforms. Its like when you process the smartforms the mails are automatically shooted to the address maintained for eg usually to the vendors. So what I need is incase I proces my sm

  • Need help with automatic printing of a page

    I am looking for inputs for a particular scenario; On the Oracle HR Self-service pages, once the employee adds/updates his personal details and submits his changes to be approved by the HR manager, the final confirmation page should be automatically

  • NO WIFI MESSAGE

    AFTER TWO WEEKS ON INTERNET, NOW I RECEIVED A MESSAGE NO WIFI....PLEASE HELP ME TO GO BACK TO SURF...