How to Add a Filter By field to a Report

Hello, I am running Apex 3.x and I currently have in production, a standard report page with the following columns:
Grant#, Grant Name, Project #, Project Name, Project Fiscal Year, Task #, Task Name
A grant can have many projects, and a project can have many tasks.
I have been asked to add a "Filter By:" field acting as a select List , with just these values: Show All, Show Projects and Tasks, Show Projects
If "Show All" is selected, the report remains the same and displays all the column headings and data for all the fields above.
If "Show Projects and Tasks" is selected, I am to refresh the page, and only show data (and column headings) for Project #, Project Name, Project Fiscal Year, Task #, Task Name.
If "Show Projects" is selected, I am to refresh the page, and only show data (and column headings) for Project #, Project Name, Project Fiscal Year
Could you please assist in directing me on how I can go about hiding these other columns and data if "Show All" is not selected.
Many thanks,
Laura

Create a select list with those 3 values ( and make it a select with submit ), then in your report attributes, go to the conditional columns you have and set the condition accordingly, ex: for example:
column Task # >> edit >> condition >> PLSQL expression
:PX_FILTER != 'Show Projects'
Where PX_FILTER is the new select list that you will create....
Hope this helps,
Sam

Similar Messages

  • How to Add a new Selection Field in COPA Report

    Hi Gurus
    I'm new on SAP COPA reporting and I don't know how to solve this problem.
    I need add a new Selection-screen field (char1), not connected with any characteristic.
    This is necessary becuase if the user flag this field, when teh report is running I'll replace some key-figure values using the EXIT  
    ZXYEXF05. I don't find any instruction how to define this simple kinfd of variable, and use it into a Report.
    Thank-you in advance for your help.
    Claudio

    Hi
    I'll try to explain better my need.
    I've 10 CO-PA Key-Figures used to Split in the Cost of a material in different Cost Items.
    Using the customizing I fill these key-figures using some rules.
    The new requirement is use SOMETIME the same KF, by displaying different Costs overwritting the original values using the exit ZXYEXF05. But I need to know when the user wants consider the original value of KF, and when he wants overwrite these values (when I have to run teh exit). So I thought to create a new Selection-screen field (Char1), to permit to the user to pass to some report this user request. I thought to define a global variable, and add it to several reports when this feature is required.
    Can you suggest a better solution ???
    I could create some empty KF and fill them using teh exit, but I would prefer not expand the CO-PA structure.
    Thanks for help.
    Claudio

  • How to add a filter like TIME NOW() - {interval}

    How to add a filter like
    TIME > DATEADD(Now(),0,0,0,0,0, -[PARAMETER:interval],0)
    where TIME is a field, interval is paramter in seconds (may > 60)
    or
    a calculated field:
    TIME2=DATEADD(TIME, 0,0,0,0,0,[PARAMETER:interval],0)
    and a filter
    TIME2<Now()
    or a filter
    TIME is within a time interval previous [PARAMTER:interval] minutes

    DateAdd(receiveInput_TS,0,0,0,1,0,CreditTime,0)
    Using the same example in the PDF (data object layout) - the above "formula" worked for me. Note that if you use the above formula - it would be evaled only once, not periodically at every 5 secs or so. In order to achieve -real-time-alert-evaluation- you have to use 'ActiveNow' with the timefield in "alert"
    Alternate - the above calculation also worked correctly in the ADC dataobject layout design as calculated field. But again it will be evaluated only if the data in 'that' row changes.

  • How to add a User Defined Field in OUBI

    Dear Experts
    I would like to find out how to add a user defined field into OUBI from a Customer Care & Billing source system. If anyone could list the steps involved or point me toward a source of documentation that sets out the steps involved it would be much appreciated.
    Cheers
    Tim

    Is there anyone out there who has had experience using OUBI with CC&B?

  • How to Add a user defined field in transaction-PKMC?

    Could anyone tell me the step by step process of how to add a user defined field in transaction-PKMC?
    Moderator message: please do some research before posting.
    Edited by: Thomas Zloch on Jan 16, 2012

    Is there anyone out there who has had experience using OUBI with CC&B?

  • How to add a Custome filed to OnDemand Analytics Report in Demo application

    Hi,
    I am working on Demo application.
    Know how to add a Custome filed to OnDemand Analytics Report in Demo application?
    Is there any additional privilage needed for Administrator which is not available for DEMO application.
    Thanks in advance,
    Sanjay

    Demo is same as the licensed version. If a new field is added in the object, it will automatically added in the Analytics

  • How to add a parameter to sql query in report

    Hi
    How to add a parameter to sql query in report.
    Parameter is from Visual studio
    example:
    select * from tab1 where dl=parameter???
    I have VS 2008 prof CR XI R2, mysql

    Hello,
    If you have this API available then you can modify the record selection formulae in code to add filtering:
              string recordSelectionFormula = "{T_INV_RPT_ADDR.IND_PROMUS} = {?P_PROMUS?} AND {T_INV_RPT_POINT.INVOICE_DATE} = DATE(2008, 05, 31) AND {T_INV_RPT_POINT.CHECKOUT_DATE} = date(2008, 04,29)";
                CrystalDecisions.CrystalReports.Engine.ReportDocument.RecordSelectionFormula = recordSelectionFormula;
    You have to format and follow the rules as in the Designer so not too much work to get this to work.
    CR for .NET may not have the ability so you will need to upgrade to a Developer version of Crystal Reports.
    Thank you
    Don

  • How to add additional tab or fields in ME21n

    Hi all.
    I included some fields in EKKO table.
    I want to add these fields in ME21n, ME22n, ME23n Header screens.
    How to add?
    I can't find screen exit and user exit.
    Plz, let me know how to do in detail.
    Regards,
    nam
    Message was edited by:
            Kil Nam Kim

    Hi
    It is very much possible. Please discuss with your development team with the exact requirements. They should be able to do it with screen exits.
    Reward if this helps.

  • How to add and hide more fields in PPM?

    Hello,
    Im new to this tool and I would like to know how to add and/or hide customized fields. I've only know that Its somewhere under SPRO > Global Enhancements to Project Elements but Im a little bit lost there. Can somebody explain to me with details how to do this and also, does this need a specific access of developer to do this customization?
    As this is a basic need for all, anybody that is new on the tool and search for this will have a good reference on this thread.
    Thanks in advance.
    Many regards!

    The path is SPRO > Global Enhancements to Project Elements > Setup field control.Herein,once you select the field control you may proceed towards defining the conditions that influence the same. A step by step approach is explained in the below article  that will aid you to change properties of custom fields.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/3053cee2-4bca-2d10-38ae-efff39ad248e
    Regards,
    Pradeepkumar Haragoldavar

  • How to add a new metadata field to iPhoto where new field is calculated as age in years and month based on a specific date and the date photo was taken ? I want to calculate and display the age of my two kids on every photo.

    Hi
    How can I add 2 new metadata-fields to every photo in iPhoto ?
    The new fields should state the age of my kids in years and months based on the date that they were born and the date that photo is taken.
    Exampel:
    My son is born 01.01.2010
    My daughter is born 01.01.2012
    Photo taken by data
    Aage of son
    Aage of daughter
    01.07.2011
    1 year 6 month
    not born yet
    01.01.2014
    4 year 0 month
    2 year 0 month
    I would like to be able to search by kids age and get the info displayed when doing slideshows.
    How to do this in iPhoto ?
    Any alternatives to accomplish the same ?
    Kind regards

    It can't be done with iPhoto.  There are some DAM (digital asset management) applications that can write to other IPTC fields that iPhoto can't read. One such app is Media Pro 1.
    However you would have to calculate the age for each date and add it to one of the fields. There are online age calculators that can do that for you: Age Calculators
    If you go thru that much trouble then use iPhoto, make the calculations and add the age to the Description field.  Then you can use Smart Albums to search for 1year 6 month text.
    OT

  • How to add search help for field in ALV object

    Hello,
    In a program, we use ALV object ( container) to create a liste like : field1, field2 .. but when display we do not have search help for this . Could you please help me how to add match code in this case for field 1 and field2, We use set_table_for_first_display
    Thanks,

    Hi,
    when you define your field catalogue you can create data elements with search help in se11 and use them for field 1 and field 2.
    But maybe it is enough to use data elements belonging to a domain with a value help and to set field F$AVAILABL in the field catalogue or to fill the name of the field CHECKTABLE.
    Regards,
    Klaus

  • How to add a custom Project field in the "OData Projects Data.odc" connection file? Project server 2013

    Hi,
    I created a project Enterprise field named "Countries and Cities" which contains a lookup table with information such as "USA.Seattle". How can I add this field in the oData connection file?
    Thanks 

    Paul,
    How do you write the custom field name
    "Countries and Cities" which contains 2 spaces?
    I always get the error:
    "We couldn't get data from the Data Model, Here'is the error message we got:
    The content of the data feed is not valid for an Atom feed."
    Thanks

  • How to add order reason code field to selection screen of VL10

    Hi,
       How to add Order reason code(vbak-augru) to the selection screen of VL10.
      1. How to find enhancement for it?
       2.I want to display Order reason code field on output list also?
      3.Pls give steps i am new to enhancements
    thanking u advance...
    surya

    Hi,
    there is no user exit available for this report program, one alternative is copy the program associated with this standard program i.e. RVV50R10C to a Z program and modify it as per your requirement or if you want to modify the standard program you need access key.
    Regards,
    Raghavendra

  • How to add a serail no field in components screen in Subcontracting PO

    I need to Create Subcontract PO With BAPI_PO_CREATE1.Its working fine (With Batch).
    My requirement is I need to map one more extra field as Serial No in the Component SCreen.
    How can i add the Serail no field in the Subcontractiong with Components Screen and How to Update that with BAPI.
    Anybody knows the solution,let me know.
    Edited by: ksampath on Feb 8, 2011 3:12 PM

    Thanks for early response Dan.
    As per the document (It is available at  http://www.****************/Tutorials/ABAP/XD01/XD01.htm),
    1) I created the screen group, I created the Badi implementations
    2) Created the Implementation by giving a name and added code the method CHECK_ADD_ON_ACTIVE. and activated it
    3) agian using  Business Add-in: Customer Subscreens  , i created one more implementation and in that added code to GET_TAXI_SCREEN  method. before this i created a screen with a field.and i created a function pool and activated everything.
    4) after everthing i added the field in the kna1 table. when i execute the xd03 transaction code,  i can able to see my own tab ( which i was created) on the screen, and i am able to see the field with blank.
    Now my questions are:
    1) How to write the logic to get the field information from the kna1 when i enter the transaction xd03/.
    2) how to save the field values to kna1 database table when i open it in change mode(xd02) and changed the value.
    and where to write the logic?.
    Please provide me the code snippet if you have any.
    appriciate for your early response.
    thanks again.
    kp

  • How to add purchased filter to Photoshop CC? [was:filter]

    как добавить купленный  фильтр в Photoshop cc?
    How can i add bought filter at photoshop cc?

    Which filter?
    3rd party vendors normally provide installation instructions for their products.

Maybe you are looking for

  • Audio settings not saving in my timeline

    Hello,  Two things have not been saving in Premiere Pro CC for me. I have been working on a timeline with dual stereo tracks.  The L side coming out both right and left speakers.  After I save, quit and re-open, it is set to dual-stereo with L coming

  • Primary key question with PHPmysql database

    I know that updating the primary key is taboo, but I have a a newsletter subscription form set up that works perfectly, but I can't figure out how to create the primary key.  I tried using the subscriber email address (because its unique, but in tryi

  • Table Maintainance Problem

    Hi Experts, I had generated the table maintainance for one table. While I'm trying to create entry in table using Utilities--> table maintainance generator for one of the field I'm getting description for one field as +. I want to display the descrip

  • Mp3 playback volume tech question...

    why is it that audio files (mp3 files) playback at a louder volume when using a client-side player like iTunes or Media Player than they do when playing thru a flash built audio player? thanks in advance for any replies. ggr3

  • Basic Array Help needed

    K all i am trying to do is Make an array of 5 int and then make a small basic test program that returns the smallest index of the matrix. Now the way i am doing this i want to make two files and make a call to the method that i createded called getSm