Adding new filter column in customised report

Hi,
I want to add a new value to the filter list in one of our customized report. Afther the report is generated in Admin UI, at the top of the report's page, I want that business users can filter the report by giving the value of the filter column as user's login id.
Please guide me in this regard.
Thanks,
Kalpana.

Check
http://download.oracle.com/docs/cd/B32386_01/generic.902/b32137/reporting.htm
Search for "Filter Column Names (type=varchar, IN): This is a comma-delimited list of column names on which the report data can be filtered."

Similar Messages

  • Added new key figure in the report

    Experts,
    I have added new key figure in the report .If i display this key figure value in the report it is populating correct value with ERROR(example 22.5 ERROR).The report is on the multiprovider .i have check the value for this in multiprovider it is populating correctly .There is no calculation in the report for this .While extracting in to report i am getting this. Help me to resolve this issue.
    Thanks
    Murali

    Hi,
    I have already created a formula like NODIM(Key field).that only i am using .
    and mapping I did in this way. I went to multiprovider and I have selected this key figure and right click and select (assign) then I have click on create proposal for all infoobjects option.
    Please suggest any thing need to do.
    I am sorry .I did not understand the lonterm solution suggested by you .what is UOM .Please tell me how to map.can you pls tell me clearly please
    Thanks
    Murali

  • SOCO: Adding new editable columns 2nd step

    Hi all,
    has anyone experiences adding new editable columns on 2nd step of Sourcing Cockpit.
    My requirements are that user can modify Purchasing Group and Product Category of selected items in the work area.
    Maybe implementing a web dynpro enhancement adding those new fields.
    Any suggestion?
    Thanks a lot.
    Regards.
    Angelo.

    1. is it describe requirement product category do you wan to change in the sc items?
    i think after you add into work area click the cart item and you may change the product category of the shopping cart
    check gl account also changed upon configuration.
    2.purchase group why do you want to change. since system proposes right purchase group upon reponsibility configuration
    add the shopping cart and assign to you and you can see now BUYER purchase group.
    please clarify why you need enhancement here.
    or
    dont you use redistribution work load option to change the purchase group from one to another purchase group.?
    muthu

  • Interactive Report uncheck Filter when adding new filter

    Is there any possibliity to uncheck all Filters which are already defined in a interactive report when a new filter will be created?
    My first approach started by adding a dynamic action which is related to the search field:
    event = key_down
    jQuery Selector = #apexir_SEARCH
    event Scope = live
    The Action contains:
    $('input:checkbox').attr('checked', false);
    There are 2 problems at the moment:
    1. When the user hits "go" or "enter" the checkbox are checked again when the result is shown
    2. If a filter is defined where the search field is not used, it doesn't work

    Hi Oliver,
    too much hassle I think. You can try to hijack any POST message, analyze it, and if it's about p_widget_action=FILTER you'd stop the action and interfere with an AJAX call to APEX_UTIL.IR_FILTER or IR_RESET. After the AJAX request has returnd (synchronously), you can fire the original POST again which sets the new filter.
    Hmm. Sounds to me like you'd better ask the client if he is willing to pay for that sort of convenience.
    Greetings from Northern Germany,
    Andreas

  • Adding profit center column in CJI3 report

    Hi Experts,
    How can I add profit center column in CJI3 report ?
    This field is not available in "change layout" option as one of the hidden columns.
    Please need help
    Thanks
    Ferdaws

    Default CJI3 report does not have the profit center field.
    One option could be (and this is what we using in our system for adding additional columns in CJI3 report):
    Enhancement on CJI3 report.
    Implement enhancement COOMEP01 (enhancment componment EXIT_SAPLKAEP_001).
    You need to extend your CO structure COEP (CI_COBL) or RKPOS (CI_RKPOS) to add profit center field in this structure. Then implement the above enhancement with a simple code to fill the profit center field with lookup from WBS master table.
    Hope this helps.
    Thanks.
    Rahul

  • Adding new site columns to my issue tracking List, will result in having their Source field as blank inside the Issue content type

    I have added an Issue tracking list to my SharePoint team site 2013. Then I wanted to add 5 extra columns to my list . So I did the following:-
    I went to site settings.
    Then I added 5 new site columns.
    I went back to my list setting, I click on the “Issue” content type, and I added the 5 newly added site columns to my "Issue" content type , using the “Add from existing site or list columns” link as follow:-
    And then these columns were added automatically inside the Edit, Create& Display forms.
    But since this is the first time I work on such a task , so I want to make sure that I did every thing correctly. Because I am not sure why the 5 newly added site columns will have their source field inside the “Issue” content type as blank , as shown in
    the above picture. So does this indicate that there is a problem ? or this is because I have added the 5 newly added site columns to the List content type and not inside the Content type at the site level ?
    Thanks

    Hi,
    It’s by design, the Source field means the content type name.
    As you said, when we create a new column, if we not attach the column to a content type, then the column would have not the source field option.
    However, if you create a new column, then add the column in a content type, the content type would automatically update in the site.
    Now, you would see a source content type appear.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Adding new customized column in the Bex Report

    Hi Experts,
    I have an existing column (say A ) in Bex and I want to add one more column (say B) based on the values that I have in column A.
    For e.g.,
    A          B  
    5          5   (=A1)
    8          3   (=A2 - A1)
    15        7   (=A3 - A2)
    I am able to create a new column B and bring the values based on above formula to get the expected results. Though the results are correct and also I saved the report as workbook, when I try to refresh the query again and open the workbook, the new column 'B' is getting disappeared.
    Could someone please help me on this?
    Thanks in advance for your help.
    Bregards,
    Krish

    Hi Pavel
    I'm hitch-hiking on this thread.
    Can you please explain what do you mean by "the grid becomes static" when you use "Convert to Formula"?
    I'm studying Excel integration in the BEx Analyser and it seems to me that when you select Convert to Formula and save the query, then you load new records into the Cube, when you open the query again it's no longer refreshed (even if you select "Refresh Workbook on Open". Is it what you mean?
    I'd appreciate more detailed explanation. I'd appreciate too this documentation about BExGetData.
    Thanks
    César Menezes

  • Adding New Parameters for Account Analysis Report

    My requirement is to customize the Account Analysis report and need to add two parameters(PO Number And Item).In the Dev Instance I have done by creating the customizing package instead of XLA_ACCT_ANALYSIS_RPT_PKG to some xxxx_pkg used in the XLAAARPT.xml file.But when i am doing this in Production the user does not have access to the Packages he has only access for tables and synonyms.I am unable to create the customize package is there any other way to decalre and use parameters in XLAAARPT.xml file.
    If there is any possibility please provide me the solution as soon as possible.
    Thanks in advance

    Hi
    Did you customize the Account Analysis Report? I need to add new columns PO NUmber and Item # . COuld you please let me know how can I get those columns to display in the report? I mean the joins to the tables.

  • Adding New Custom field in KE30 Report

    Hi Friends,
    I have the requirement to Add new custon field in the KE30 report .
    Is this Possible ?
    Can anyone Tel me how to go about it .?
    Thanks in advance.

    Hi ,
    Please check the below link for KE30 -- COPA reallignment.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50482a0c-4033-2c10-3fb5-9f8c25360adf

  • Adding a hidden column in the report

    i have to add a column to the existing form,the newly added column should not visible at the run time .whenever i am inserting the data into the form automaticallly the newly added column should update with the flag as 'N'.
    Note:i will not enter any data manually in the newly added column.it's automatically get the flag in backend

    i have 3 tables whenever i am updating the data into the first table automatically corresponding columns in to the other 2 tables should get updated.
    if i want put a condition like c1='y' c2='y' then it should update the data in all tables at a time.and
    if c1='y',c2='n',c3= some date at this time it should update according to the date.
    what should i do?
    can i use pre update or post update triggers if so how can i use them

  • Adding New field in Grouping creterion : Report RV56TRSP

    Hi,
    I want to add currency (VTRLK-WAERK) as grouping criterion. Field VTRLK-WAERK is available in structure VTRLK but in F4 help this field is not available.
    Can you please let me know if it is possible to add this field in F4 list?
    I would really appreciate your help on this.
    Regards,
    Sanjeev Jain

    hi,
    you must extend field catalog via CMOD exit: V56MVT04
    see MF: EXIT_SAPLV56M_001 "Collective Processing for Shipment: Enhancement of Field Cat"
    regards,darek

  • Adding value to filter column as parameter while navigating to 2nd report

    Hi
    I have a report and I want to navigate to another report in Answers.
    There is a filter column for the 2nd report whose
    value I can't choose from the calling report, because it is a hidden indicator.
    Is there any way I can add this hidden indicator with a hard-coded value to the
    end of the navigation call (for the 2nd report)?
    eg. call_report XYZ indicator='Y'.
    Many thanks for any ideas.
    - Jim

    Hi,
    I have used below solution to pass various indicators (columns were not present in the parent report) to same drill report. Hope it helps you.
    The idea here is to override the function PTMNav which gets executed when we click on a column in pivot, which drills to another report passing the remaining column's values and filters.Follow the below steps to achieve this.
    * Open the request and add a Static View to the report (compound view).
    * In this view, check the option 'Contains HTML Markup' and add the below code. (The function PTMNav is exactly the same as the orginial one with just one additional line added to it)
    <script language="javascript">
    var colName = '"TableName"."ColumnName"'; // Add your ColumnDefinition within single quotes
    var colValue = 'valueToBePassed';
    function PTMNav(scttbl, row, r, tNavSetup, nType, evt, bInPreview)
       var tInNavInfo = new NavigateInfo();
       // add all the row values
       var vRValues = PTRGetValues(scttbl,row,scttbl.vRows);
       for(var n = 0 ; n < scttbl.yLayers.length ; ++n)
          // might be dealing with totals, look for null layers
          if (null == scttbl.yLayers[n])
             continue;
            // if a measure, do not add the value
            if (null != scttbl.vColumnAggs &&
                null != scttbl.vColumnAggs[scttbl.yLayers[n]] &&
                scttbl.vColumnAggs[scttbl.yLayers[n]])
               continue;
          tInNavInfo.AddValue('eq', scttbl.vFormulas[scttbl.yLayers[n]], vRValues[n]);
       // add all the column values
       var vCValues = PTCGetValues(scttbl,r,scttbl.vColumns);
       for(var n = 0 ; n < scttbl.xLayers.length ; ++n)
          // might be dealing with totals, look for null layers
          if (null == scttbl.xLayers[n])
             continue;
            // if a measure, do not add the value
            if (null != scttbl.vColumnAggs &&
                null != scttbl.vColumnAggs[scttbl.xLayers[n]] &&
                scttbl.vColumnAggs[scttbl.xLayers[n]])
               continue;
          tInNavInfo.AddValue('eq', scttbl.vFormulas[scttbl.xLayers[n]], vCValues[n]);
       /** START custom code **/
      tInNavInfo.AddValue('eq',colName,colValue);     
       /** END custom code **/
       // let PTNavigate add just the page + section values and navigate
       PTNavigate(scttbl, tNavSetup, (new Array()), (new Array()), -1, evt, tInNavInfo, bInPreview);
       return false;
    </script>* The code above contains the overriden PTMNav function. Here on line 2 and 3 specify the column Name in colName variable and column Value in colValue variable which needs to be passed to the navigated report.Ensure you have this column as 'is prompted' in the drill report.
    Now, along with other filters and column's value, this column's value will also be passed to the drill report.
    Please let me know if this solution works for you.
    Thanks

  • My request shows a diff Fact table when new Dim columns added to OOB report

    Hi,
    I am facing this strange problem with the out-of-box BMM metadata mapping and report:
    The "Dim_W_GL_ACCOUNT_D" is joined to "Fact_W_GL_OTHER_F" and "Fact_W_GL_BALANCE_F" facts. Both these fact tables have a inner join to "Dim_W_GL_ACCOUNT_D". The change I have made in th BMM is - I added 2 new logical dimensions DimA and DimB and joined these to the above 2 fact tables.
    The O-O-Box "GL Account Balance" Report works fine which has 3 logical columns (GL Account Number, Financial Statement Item, GL Account Category) from the "Dim_W_GL_ACCOUNT_D" and 1 Fact column "Closing Amount" which points to the "Fact_W_GL_BALANCE_F"."BALANCE_GLOBAL1_AMT" fact.
    When I add 1 logical column each from my 2 new Dims I created, the report output shows the Fact column "Closing Amount" as $0.0. Upon investigating the log, the query shows it is using the "Fact_W_GL_OTHER_F" instead of "Fact_W_GL_BALANCE_F" fact which has the "Closing Amount" column. I am not sure how. When I drop the logical column "GL Account Number" and keep my 2 new logical columns in the request, the "Closing Amount" is shown correctly. I also saw there is a Dim Hierarchy for "GL Accounts" --- the "GL Account Number" is on a lower level than the "Financial Statement Item" and "GL Account Category" columns from the same logical dimension table which are 1 level higher.
    How do I make the request pull data at the "GL Account Number" level and still have the query fetch data from "Fact_W_GL_BALANCE_F"."BALANCE_GLOBAL1_AMT" (Closing Amount) with my 2 new logical columns included?
    Any help is appreciated. Thanks a bunch.

    I was able to fix the problem.

  • Adding new column in Report

    Hi All,
    I need to add regulation requirement ID and Description in Risk and Control Matrix report(F7).
    I have done the table entry in the required view cluster those are:
    VC_GRFNREPCUST
    VC_GRFNREPCOLUMNSC.
    I am able to see the new column in the report output but the entire column is blank. When i try for regulation the value is populated but not for regulation requirement.
    Am i missing any configuration?? I am struggling for an week.
    Please help if you already come across this requirement. I highly appreciate for your time and help.
    Thanks
    Gourab

    Hi Gourab,
    You can check for the table: V_GRFNREPCOLUMN
    Which lets you to do the following:
    1) Copy an existing report
    2) Check all the technical adjustments
    3) change the columns for this report
    See if this helps.
    Regards,
    Ameet

  • REPORT-12KST1A or T-CODE 'CJE0'   Adding a column in predefined report

    hi guru's
    Please let me know how to insert a new column in the (PROJECT SYSTEMS )
    report 12KTST1A . for that reason i copied that report in customising but
    i cant able to edit that because it is generating automatically.
    The path to get to this report is:
    Accounting
    Capital investment management
    Investment projects
    Information system
    Report selection
    Costs
    Budget-related
    Budget/Actual/Commitmt/Rem.Plan/Assigned
    Then (after entering Cntl Area & DB prof), we narrow data using "Dynamic selection" icon & check Company code. Then enter valid company & save.
    Then enter project range, then execute.
    OR
    T-CODE "CJE0".
    is there any procedure to insert a column .
    I have not used Report Writer/Report Painter previously
    Thanks in advance for any and all help!
    regards,
    satheesh.
    Edited by: satheesh sath on Jan 15, 2008 5:40 AM

    I have solved it myself by adding few lines in stored procedure. Would like to share the solution, so that it will be helpful for others.
    Open the stored procedure which we are using for the default "List of Incidents" reports.
    Add the below under SELECT
    SupportGroup = ISNULL(TierQueuesDS.DisplayName, TierQueuesEnum.IncidentTierQueuesValue),
    TierQueuesEnum.IncidentTierQueuesId AS TierQueuesId,
    Classification = ISNULL(ClassificationDS.DisplayName, ClassificationEnum.IncidentClassificationValue),
    ClassificationEnum.IncidentClassificationId AS ClassificationId,
    Add the below under FROM
     LEFT OUTER JOIN
     dbo.IncidentTierQueuesvw AS TierQueuesEnum
     ON TierQueuesEnum.IncidentTierQueuesId = I.TierQueue_IncidentTierQueuesId 
     LEFT OUTER JOIN
     dbo.DisplayStringDimvw TierQueuesDS
     ON TierQueuesEnum.EnumTypeId=TierQueuesDS.BaseManagedEntityId
     AND TierQueuesDS.LanguageCode = @LanguageCode
     LEFT OUTER JOIN
     dbo.IncidentClassificationvw AS ClassificationEnum
     ON ClassificationEnum.IncidentClassificationId = I.Classification_IncidentClassificationId 
     LEFT OUTER JOIN
     dbo.DisplayStringDimvw ClassificationDS
     ON ClassificationEnum.EnumTypeId=ClassificationDS.BaseManagedEntityId
     AND ClassificationDS.LanguageCode = @LanguageCode
    Then open the report from Report Builder and add new column in the design. Add Support Group and Classification as a column in the report.
    Thanks &amp; Regards, Dinesh

Maybe you are looking for

  • Can I convert Twitter time Text to Project Siena's Date Value ?

    Can I convert Twitter time Text to Project Siena's Date Value ? I want to show localtime of Twitter created_at. Twitter time text = ThisItem!created_at , ex: Tue Jul 15 17:19:00 +0000 2014 I want to show 2014/07/16 02:19 by Japan localtime. Regards,

  • Error in DTP creation for a flat file datasource

    Hi SDN friends, Please if somebody can give me a help with this, it will be very appreciate. I have a DTP to load attributes master data into an infoobject. The master data comes from a flat file (data source flat file) . The extraction mode is full,

  • Debugging database/networking issue on production build

    Hello, I run into a problem when I take my release build and put it on a server that is not not development server (I use localhost with MAMP as development server). Maybe somebody can help me. Everything runs smoothly on the local machine, especiall

  • License to different instance

    Hi, we have installed two instance of db in our server, one for the SM (SM1) and one for the "normal" System (T01). I want to license both. I have logged in as db2t01 and have typed in what is sayed in Note 816773. The solution is, that now the Syste

  • HP Pavilion 17-e049nb windows 7 pro sp1 32 bits upgrade to W8

    Hi, I've downgraded my laptop form w8 to w7 but i found out that's impossible to find W7 compatible and working drivers. http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/HP-Pavilion-17-e049nb-drivers-f... how can i restore and set