Filter for single column

Hi all,
I need to develop a report with following columns
Category     ------       Period
Cash                         5000000
Cash opening             100000
Cash closing               20000
When i select Mar-08 as prompt i need to display cash opening as Jan -08 and Cash closing as Dec-08 values.
How can i achieve this.
Guide me regarding this.
Thanks

Hi run4it,
SharePoint doesn't support the filter control with mulitple checkboxs in list column head in SharePoint 2007, which is supported in SharePoint 2013 as you find, it seems there is no OOB configuration approach (or with SharePoint designer) could achieving
this goal.
I thinks it has to write the custom code to implement filtering the same one column with multiple values or use some third party commercial web parts as Dimitri suggested.
http://www.primordialcode.com/blog/print/wsssharepoint-create-custom-listviewwebpart
Thanks,
Daniel Yang
Forum Support
If you have feedback for TechNet Subscriber Support, contact [email protected] 
Daniel Yang
TechNet Community Support

Similar Messages

  • 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

  • Performance of update query for single column vs multiple column

    Hi All,
    I could not find any answer for this, does it ever matter in terms of performance updating single column versus multiple column in a single update query.
    For eg. table consisting of 15 columns, what would be the difference in performance when one column is update in the single query against another update query where 15 columns are updated.
    Please do keep in mind my table columns in actually could be around 150+.
    Thanks for any information provided.

    If updated columns aren´t on where clause , then the only impact of 15 columns will be a increase on redo generation, and a possible chainning row.
    So since the redo is one of the things that have a large impact, the answer is yes.
    The performance will be slower.
    Regards
    Helio Dias.
    http://heliodias.com
    OCE SQL, OCP 9i

  • Click event for single column in DataGrid

    I can add an event listener to a DataGrid of type
    ListEvent.ITEM_CLICK, which is triggered when the user clicks any
    part of an entire row in a DataGrid. I want to trigger a click
    event for just one column. I only want to run a function when the
    user clicks in just the first column of the DataGrid, and not run
    trigger the event if they click in any other column. Any help would
    be much appreciated.

    Accessing the event.target returns the entire DataGrid, not
    the DataGridColum. Any way to get just the DataGrid column?

  • OBIEE Povit Table View for Single Column

    Please any one can help me how to display following records
    ectual Records like
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    I want to display as in answer
    1 6 11
    2 7 12
    3 8 13
    4 9
    5 10
    Please help ...

    Hi ,
    refer this :
    Re: Pivot Table And Sections - Display horizontally

  • How to filter with multiple selection on a single column on external list, currently only one filter per column is available.

    I have external list where i want to apply multiple filter for every column like we do in Excel spreadsheet - we can filter a spreadsheet column by selecting multiple checkbox for every  column. I am using Sharepoint 2010
    Is this possible in sharepoint 2010? Any idea how to acheive that?
    Thanks in advance.

    Hi Rahul,
    According to your description, my understanding is that you want to use filter with multiple values on a column of an external list in SharePoint 2010.
    Per my knowledge, there is not an OOB way to achieve it. As a workaround, you can custom the web part to implement it. There is an articles for your reference:
    http://blogs.telerik.com/aspnet-ajax/posts/13-11-05/add-excel-like-multi-select-filtering-to-your-asp.net-datagrid
    In addition, you can use a third party solution to achieve it, please take a look at:
    http://abilitics.com/Blog/index.php/sharepoint-improved-grids-with-excel-like-inline-editing/
    http://social.technet.microsoft.com/forums/sharepoint/en-US/3d19b9d3-d394-4af9-9e8e-2dee70b50540/filter-column-with-multiple-filter-values-in-sharepoint-list
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Cannot add multiple filters on a single column on certain libraries

    On some of our lists/libraries, we can filter a single column to display a more than one selection. For example, column1 contains the following choices:
    Yes
    No
    Maybe
    I can add a filter to column1 and select Yes and Maybe. This works in some lists/libraries, but does not for others. When I try to select more than one value, the view resets and shows everything. The column we are trying to filter on is a choice column
    and is not calculated. Any help would be greatly appreciated.

    Hi,
    Where and how do you add your filter?
    If you add the filter in your view, you can add the filter as below:
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • APEX_UTIL.IR_FILTER with BETWEEN operator for date columns

    Hi,
    when I run my application I can set a BETWEEN-filter for date columns. I can't find a way how to use it with the APEX_UTIL.IR_FILTER function. Maybe I miss something?
    Documentation: http://download.oracle.com/docs/cd/E17556_01/doc/apirefs.40/e15519/apex_util.htm#CHDDDFBF
    Tobias

    Tobias,
    If you think about it, a "Between" is nothing more than a single line way to say
    WHERE :X >= :Y
    AND :X <= :Z
    So you should be able to apply two filters to the report using the LTE and GTE operators
    Hope this helps
    Doug Gault
    www.sumneva.com

  • Interactive report filter for date not working correctly

    Hi,
    I am having an interactive report. I tried to give a filter for a column(created_on) as created on>29-oct-2009 17:17
    but i am getting the row containing created on as *29-oct-2009 17:17* in the report result. How can i correct this
    problem
    Thanks,
    TJ

    Hi,
    I think it is because seconds.
    So it is 29-oct-2009 17:17:00 and your record is e.g. 29-oct-2009 17:17:02
    br, Jari
    Edit
    You can use trunc function in your select so that it round date to minutes
    TRUNC(created_on,'MI') AS created_onBr, Jari
    Edited by: jarola on Nov 5, 2009 3:02 PM

  • Filter for LOV

    Hi i am using Jdev 11.1.1.4
    i have a table with LOV column.
    where the LOV which i attached is coming from different VO.
    now i want the filter for this column where the filter works for the list attribute not the display attribute
    is it possible to implement filter that filters the value according to the display attribute?

    This is not really related to webcenter. You should ask this in the ADF forum: JDeveloper and ADF

  • Library Filters: Filter for multiple values in a single column and Wildcards

    If you have a multi-value column in a library, can you filter to show only results where two (or more) specific values (terms) are applied? E.g. Year 2014 and Month January? Seems this would be particularly useful for Enterprise Keywords columns.
    Similarly, is there any way to filter on one value OR another value in a single column (e.g. Document Type Memo OR Fax)?
    Any way to use wildcards in searches (would be REALLY useful in the Title and Name columns when naming conventions have been followed).
    I'm guessing the answer is going to be 'move to SharePoint 2013' - if that is the case, please confirm whether all the scenarios mentioned above are catered for.

    Thanks for your replies !
    Is there any other way to achieve this ?
    There is 1 InfoObject which has 2 fields Employee and Department.
    Employee     Department
    001                A
    001                B
    001                C
    In the report there should be 1 row for Employee 001 with all the Departments displayed in the same cell separated by commas.
    Can this be done in the backend through a ABAP code?

  • TableView Filter doesnu00B4t work for added columns

    In my model I have a column type SPRAS with a language key, but I want to render the language text so in the iterator I added a new column (hiding the one with the lang key), and I fill this new column with the following code:
      DATA: lang_txt TYPE string.
      DATA: lang_key LIKE sy-langu.
      FIELD-SYMBOLS: <fs> LIKE model->client.
      ASSIGN p_row_data_ref->* TO <fs>.
      lang_key = <fs>-spras.
      SELECT SINGLE sptxt FROM t002t INTO lang_txt
           WHERE spras = sy-langu
           AND   sprsl = lang_key.
      p_replacement_bee = cl_htmlb_textview=>factory(
           id = p_cell_id
           text = lang_txt ).
    It works good, but the problem comes because filtering doesn´t work with this column.
    Adding a new column to the model would be a solution but I don´t like it very much, it´d be better to solve this problem here in a class associated with the view/rendering od the data instead of changing the model.
    Best Regards!
    Jonathan.

    You can't use a column for filtering which isn't acutally present in your table. With an iterator you only control/change the rendering of your tableview, but the table data stays the same. (Unless you change the data, which would make the iterator useless?) You can not filter values that are not present in your table.
    So, if you want to filter an iterator-changed column, make sure the column contains data to sort/filter, and also provide a way for the user to be able to use the filter (as it doesn't make much sense to enter a filter value when the displayed data does not correspond to the table data.
    Have a look at this thread, it describes how you can add a dropdown to your filter:
    TableView: Filter as Dropdown
    Now if you alter this dropdown generating code to use your descriptive text (that you use in your iterator for display in column) as dropdown display values, then you should have a working filter for your tableview.
    Max
    (goes off writing the weblog promised in the mentioned thread)

  • Set filter for only one column in tableview

    Hi
    i am using in MVC a htmlb:tableview with filter in only one column of 8.
    This is all working fine, except that the user can enter a searchsting in the filterfield for all columns, but in handle_event (of the controller) ; i only react to a text in the filterfield of column 4 and ignore all other filtertext , which were maybe entered in the other columns.
    My question:
    how can i  enter the filter only for one column, in a way that the user cannot enter any text in the filterfield of the other columns, only in column 4 ?
    my view:
    <htmlb:tableView id             = "requirements"
                     table          = "//model/pdst_reqs"
                     filter         = "APPLICATION"                
                     keyColumn       = "EXTID"
                     iterator        = "<%=model%>"
                     footerVisible   = "FALSE"
                     encode          = "TRUE"
                     visibleRowCount = "<%=model->rowcount%>"
                     width           = "100%"/>
    Best Regards
    Britta

    You can disbale the Filter for the particular column by setting the DISABLE_FILTER in the Iterator method IF_HTMLB_TABLEVIEW_ITERATOR~GET_COLUMN_DEFINITIONS. Here is the sample code
    method IF_HTMLB_TABLEVIEW_ITERATOR~GET_COLUMN_DEFINITIONS .
      CLEAR p_column_definitions.
      CLEAR p_overwrites.
      data tv_column TYPE TABLEVIEWCONTROL.
      tv_column-COLUMNNAME          = 'FLDATE'.
      tv_column-SORT                = 'X'.
      tv_column-EDIT                = 'X'.
      tv_column-ONCELLCLICK         = 'MyCellClick1'.
      tv_column-title               = 'Date '.
      APPEND tv_column TO p_column_definitions.
      CLEAR tv_column.
      tv_column-COLUMNNAME          = 'PRICE'.
      tv_column-horizontalAlignment = 'right'.
      tv_column-verticalAlignment   = 'middle'.
      tv_column-ONCELLCLICK         = 'MyCellClick2'.
      tv_column-title               = 'Currency'. 
      tv_column-EDIT                = 'X'.
      tv_column-DISABLE_FILTER      = 'X'.    " <-------Like this
      APPEND tv_column TO p_column_definitions.
    endmethod.
    Hope this will solve your problem.
    Raja

  • Removing header, border for only single column in mx:DataGrid

    Hi,
        I am using Flex4 SDK and FlashBuilder4.
    I have a requirement where i need to remove column header, borders and grid lines for only last column in datagrid.
    It should look like there is no column present. This column will be used to show some icon for only selected row.
        Can any one suggest how to implement this. Please provide any sample if you can.
    Thanks

    hi Johnny, it was helpfull for me.
    With the given example i am still getting the grid line gaps with the selected row or hover color between verticle cells of the column.
    As gridlines can only be removed for complete datagrid not for a single column. is it possible ?
    Thanks

  • How to have cascading lov for a single column in tabular form

    Hi,
    How to have a cascading lov for a single column in tabular form
    ie i have one employee name column
    in tabular form if v pressed add row then one row ll be added
    In my scenario based on first row value
    the second row value to be displayed
    To achieve this what i have to do ..
    Regards,
    Pavan

    READ Cascading select list on tabular form  and
    Oracle APEX 4.0: Cascading LOVs/Select Lists | Inside Oracle APEX by Patrick Wolf BLOG
    helps you,
    Pars.

Maybe you are looking for

  • "save as jpeg" not working for only certain images (pse 2.0)

    I've searched for hours, trying to figure this issue out, but there seems to be no answers to my particular perdiciment.  So I guess I'll start a new discussion with hopes to find any answer that can lead me in the right direction.  For some reason,

  • Developing Urdu language program (non-English)

    Hi, I want to develop a small application using MIDP 2.0 that will be in Urdu language in addition to English. Can somebody point me in right direction as to how to do that? Plus I want to know if this is something which is device dependent i.e. it m

  • Nested tables recursive SQL

    Hello, I am trying to figure out why I get the following error message ORA-00604: error occurred at recursive SQL level 1 ORA-22914: DROP of nested tables not supported I am using the TOAD tool to create tables using CTAS and I have managed to create

  • Problem in JAVA PROXY

    hi all, i am working on java proxy, after writing the code in the NWDS, iam getting below error Error  :The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.aii.utilxi.misc.api.BaseException. Fix the cla

  • ADD a BOR to SAP Records Management

    Hello, I need to know which BAPIs I have to call to post a BOR to SAP Records Management. There is BAPI_RECORD_ADDELEMENT but I don´t know what parameters are necessary. thanks, Iñaki