Group filter type

Hi all
I have populated Group Filter Type  in GROUP dimension then assigned at Business rules for specific group( in GROUP Dimension) to eliminate or reverse the accounts in different way from other groups. Maintained separate DSRC, Account properties etc.
I wont get any result on spefific group that has GROUP FILTER TYPE and its BPC NW 7.5   the systemw where test in process.
appreciated your help/guidence
Thanks
Ramana

thanks

Similar Messages

  • Hot to Dynamically set Group Filter via parameter

    To display top X records per group in a report, we can set the group's filter type = First and Number of Records = X. What if X is variable and is passed as a parameter?

    To dinamically set a group filter use a bind parameter, e.g. :MAX_Records. A second (dummy) bind parameter which has to be reset at a level above this group e.g. :INC_CNTR has to be defined. Then edit the function for the group where your filter should apply to.
    BEGIN
    :inc_cntr := :inc_cntr + 1;
    if :inc_cntr <= :max_records then
    return (TRUE);
    else
    return (FALSE);
    end if;
    END;
    :MAX_Records can then be set at runtime through the parameter form.
    Hope this is what you were looking for.
    null

  • Group filter subtotal

    Hi,
    I have a group filter set dynamically using bind variables; it shows the X first records in each group and a subtotal that shows the sums for this X first records, but I need a subtotal for all records in that group too. Anybody knows how can I do that?
    Thanks,
    Rodrigo.

    Andrew,
    Sorry, but your sugestion didn't work. When I get the filter out of the data model and put it in the repeating frame in layout model, it appears as the same thing in my object navigator. Here's my problem: I have two groups: PRODUCTS and SECTIONS. The SECTION group is parent to the PRODUCTS group. I have to show the X better sold PRODUCTS per SECTION, a subtotal showing the amount of sales of these X PRODUCTS, another subtotal showing the amount of sales of all products of the SECTION and a grandtotal to all the SECTIONS. When I use the PL/SQL group filter, it sums only the X top records, instead of ALL records like you said. Any idea ?
    Thanks in advance,
    Rodrigo.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Andrew Tselischev ([email protected]):
    Hi
    As far as I understand you use group filter in data model.
    I recommend use of group filter in Layout Model. I.e. for appopriate Repeating Frame:
    1. Set the 'Filter Type' property to 'PL/SQL'.
    2. Remove code from your group filter in data model to 'PL/SQL Filter' of Repeating Frame.
    After that you will have X first records in each group and a subtotal for ALL records in that group. Now you need the subtotals for the first X records. This may be done, for example, by the following way:
    1. Create the formula field <new_value> in main group:
    BEGIN
    IF <true_filter_condition> THEN
    RETURN <your_value>;
    ELSE
    RETURN 0;
    END IF;
    END;
    2. Create desired summary field on basis of <new_value>.
    I hope it will help you.
    Andrew<HR></BLOCKQUOTE>
    null

  • Collections Management: Filter Type Invalid

    Hi,
    I am trying to implement a BAdI for distribution of work items to collection specialists.
    I have defined a new distribution procedure but when I create the new implementation and type in my procedure name, when I click the create button I get the error message "Filter value ZLINKS is invalid for filter type UDM_COLL_DIST_ALGORITHM.
    If I drill down into this filter type to the data element the value table UDM_COLL_DISTALG which contains the SAP standard entry SAP_EQDIST and my custom ZLINKS entry.
    Does anyone know why I am receiving this message? Have a missed a step out?
    Advice appreciated.
    David

    Hello Ashish,
    I guess the customizing is not setup properly.
    Look in :
    /SPRO
    /Cross-Application Components
      /Master Data Synchronization
       /Customer/Vendor Integration
        /Business Partner Settings
        /Settings for Customer Integration
         ==>Define BP Role for Direction Customer to BP
    There at least the account group customized with a valid BP role.
    Maybe you should also start from the customer master data standard maintenance (XD02 or XD01) to check if the standard synchronisation is running properly.
    Check for the results and/or errpr codes in transaction MDS_PPO2.
    Eventually deactivate PPO in order to stop processing at the first error. This should help you to find the reason of the trouble.
    /SPRO
    /Cross-Application Components
      /Master Data Synchronization
       /Synchronization Control
        ==>Activate PPO Requests for Platform Objects in the Dialog
        ==>Activate Synchronization Options
    Good luck
    Best regards
    Alain

  • Remove Filter Type from interactive report

    Hi
    is it possible to remove the Filter Type option from an interactive report?
    We don't want to give users the option to select the filter type.
    Many thanks
    Paul

    Hi Paul,
    I don't think you can remove that option. You can hide it. There are several ways to do this, but they would involve css styling. In your page's HTML Header setting, add in:
    &lt;style type="text/css"&gt;
    label[for="apexir_FILTER_TYPE"] {display:none}
    #apexir_FILTER_TYPE.radio_group {display:none}
    &lt;/style&gt;Note that older versions of IE will not handle the first style, but that's just the label. The actual radio buttons are hidden by the second style
    Andy

  • Windows Deployment Services 2012 - Driver Group filter by Model value not working - Drivers are not installed!

    Hi,
    I'm using Windows Deployment Services 2012 to deploy Windows 7 Pro x64 driverless images to different hardware models (drivers are injected using WDS). I already have organized the drivers in driver groups per
    hardware model. I'm experiencing driver conflicts so I decided to start using driver group filters to make sure that the driver groups are available only available for the corresponding hardware model.
    To get the correct values for the filters i have used the following method: (as described in this article: http:// technet.microsoft.com/en-us/library/dd759191.aspx)
    so I checked msinfo32.exe
    (System Manufacturer: Dell Inc.     System Model: OptiPlex 790)
    and set these values in the driver group filter:
    Then fired up WDS using PXE booting on my OptiPlex but when finished: No drivers are installed! I investigated further and found on forums to use the following commands (which return the same values btw):
    wmic bios get manufacturer      
    (returns: Dell Inc.)
    wmic computersystem get manufacturer
    (returns: Dell Inc.)
    wmic computersystem get model
    (returns: OptiPlex 790)
    Values are the same so no problem there.
    Then I checked the output of the following commands: 
    wmic bios get model (returned: error, invalid query)
    wmic bios get /all (returned: all kind of information but no model value)
    When I remove the value "OptiPlex 790" from the filter list the drivers are installed correctly. So this has to be some problem with the Model value.
    Could someone please help me?
    As a workaround I now disable all the driver groups exept the one that I need for the hardware. But as more new hardware models are added this is a lot of work to do everytime.
    Extra info:
    I'm using a WINPE 4.0 image (windows 7 media boot.wim file). 6.1.7.601
    Windows Server version: Windows Server 2012 - version 6.2 (Build 9200) - All Windows updates are installed
    Windows Deployment Services version 6.2.9200.16384
    Having this problem on multiple systems
    Questions:
    - Does WDS/WinPE uses only the Bios values for determining system info? (then this problem could be with Dell in this example, because no model value is available)
    - Is this the correct way to set up driver group filters? (then this is a problem with MS. Does anyone have solution??)
    Thank you for your answers & help!

    Hi Microsoft,
    I still have no answer to my Questions.
    Thank you for your answers & help!

  • Filter Type in BADI ---- FAGL_DERIVE_SEGMENT

    Hi,
    When I am trying to Create Implementation for Badi--->FAGL_DERIVE_SEGMENT,it is generating error
    message  'Specify Filter Types' .What filter type I have to specify? This  BADI iam implementing for PM module. Please help in resolving the issue.
    Thanks
    K Srinivas

    Hi,
    I tried to implement the badi ....its not asking me any filter type.....
    even if it asks specify the filter by pressing the plus button and select the filter value from f4 help...
    Thanks,
    Shailaja Ainala.

  • OpenOffice save as dialog filter types

    Hello,
    I have the below java method that displays a OOo save as dialog .
    i have an issue with filter types in this save dialog: it seems the combo box type in save dialog doesn't contain the filters (like "OpenDocument Text") i appended in java method code below . when i click on type combo box the list is empty !
    can someone point me what i'm i doing wrong ?
    how to force the save as dialog to display all possible OOo types in 'type ' combo box ?
    thanks much
    public String showSaveAsDialog() {
            String sStorePath = "";
            XComponent xComponent = null;
            try {
                // the filepicker is instantiated with the global Multicomponentfactory...
                Object oFilePicker = m_xMCF.createInstanceWithContext("com.sun.star.ui.dialogs.FilePicker", m_xContext);
                XFilePicker xFilePicker = (XFilePicker) UnoRuntime.queryInterface(XFilePicker.class, oFilePicker);
                // the defaultname is the initially proposed filename..
                xFilePicker.setDefaultName("MyExampleDocument");
                // set the initial displaydirectory. In this example the user template directory is used
                Object oPathSettings = m_xMCF.createInstanceWithContext("com.sun.star.util.PathSettings",m_xContext);
                XPropertySet xPropertySet = (XPropertySet) com.sun.star.uno.UnoRuntime.queryInterface(XPropertySet.class, oPathSettings);
                String sTemplateUrl = (String) xPropertySet.getPropertyValue("Template_writable");
                xFilePicker.setDisplayDirectory(sTemplateUrl);
                // set the filters of the dialog. The filternames may be retrieved from
                // http://wiki.services.openoffice.org/wiki/Framework/Article/Filter
                XFilterManager xFilterManager = (XFilterManager) UnoRuntime.queryInterface(XFilterManager.class, xFilePicker);
                xFilterManager.appendFilter("OpenDocument Text Template", "writer8_template");
                xFilterManager.appendFilter("OpenDocument Text", "writer8");
                xFilterManager.setCurrentFilter("OpenDocument Text");
                // choose the template that defines the capabilities of the filepicker dialog
                XInitialization xInitialize = (XInitialization) UnoRuntime.queryInterface(XInitialization.class, xFilePicker);
                Short[] listAny = new Short[] { new Short(com.sun.star.ui.dialogs.TemplateDescription.FILESAVE_AUTOEXTENSION)};
                xInitialize.initialize(listAny);
                // add a control to the dialog to add the extension automatically to the filename...
                XFilePickerControlAccess xFilePickerControlAccess = (XFilePickerControlAccess) UnoRuntime.queryInterface(XFilePickerControlAccess.class, xFilePicker);
                xFilePickerControlAccess.setValue(com.sun.star.ui.dialogs.ExtendedFilePickerElementIds.CHECKBOX_AUTOEXTENSION, (short) 0, new Boolean(true));
                xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, xFilePicker);
                // execute the dialog...
                XExecutableDialog xExecutable = (XExecutableDialog) UnoRuntime.queryInterface(XExecutableDialog.class, xFilePicker);
                short nResult = xExecutable.execute();
                // query the resulting path of the dialog...
                if (nResult == com.sun.star.ui.dialogs.ExecutableDialogResults.OK){
                    String[] sPathList = xFilePicker.getFiles();
                    if (sPathList.length > 0){
                        sStorePath = sPathList[0];
            } catch (com.sun.star.uno.Exception exception) {
                exception.printStackTrace();
            } finally{
                //make sure always to dispose the component and free the memory!
                if (xComponent != null){
                    xComponent.dispose();
            return sStorePath;
        }

    hmm i solved the issue !
    the trick is to move the filter appending code after call to initialize method :
    so we must append filters last thing before calling execute to show the dialog !
    so this code works :
    xInitialize.initialize(listAny);
                // add a control to the dialog to add the extension automatically to the filename...
                XFilePickerControlAccess xFilePickerControlAccess = (XFilePickerControlAccess) UnoRuntime.queryInterface(XFilePickerControlAccess.class, xFilePicker);
                xFilePickerControlAccess.setValue(com.sun.star.ui.dialogs.ExtendedFilePickerElementIds.CHECKBOX_AUTOEXTENSION, (short) 0, new Boolean(true));
                xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, xFilePicker);
                 // set the filters of the dialog. The filternames may be retrieved from
                // http://wiki.services.openoffice.org/wiki/Framework/Article/Filter
                XFilterManager xFilterManager = (XFilterManager) UnoRuntime.queryInterface(XFilterManager.class, xFilePicker);
                //xFilterManager.appendFilter("OpenDocument Text Template", "writer8_template");
                xFilterManager.appendFilter("OpenDocument Text", "writer8");
                xFilterManager.setCurrentFilter("OpenDocument Text");
                // execute the dialog...
                XExecutableDialog xExecutable = (XExecutableDialog) UnoRuntime.queryInterface(XExecutableDialog.class, xFilePicker);
                short nResult = xExecutable.execute();

  • Purchasing Report: Plant, Purchasing group, material type, PO, GR No.

    All SAP Gurus,
    Is there any Purchasing report available which gives the information regarding:
    Plant, Purchasing group, material type, PO, GR No., vendor, amount (all in single report only).
    Regards,

    Hi,
    Refer following reports;
    ME2N - List of PO Documents (In selection Screen use Scope of List - ALLES)
    ME80FN - General Analysis (Here in Output, select option "PO History" by clicking on the button at extreme right)

  • How to pull groups from more than one OU using weblogic "All Groups Filter" from AD.

    Hi,
    Please help me for pulling groups from more than one OU using weblogic "All Groups Filter" from AD.
    AD structure is:
    c001639domain.local
           ||
           ||
        OU=Security_Groups
                      ||
                      ||
                      >> OU=CORP_ECM---> n number of group
                      >> OU=CORP_hodata--> n number of group
                      >> OU=CORP_citrix--> n number of group
                      >> OU=CORP_driver --> n number of group
                      >> OU=CORP_temp --> n number of group
    Requirement is i want to filter groups from OU=CORP_ECM and OU=CORP_hodata.
    Thanks,
    Jagan.

    I used below option but its not working getting zero groups.
    (&(objectClass=group)(|(ou=CORP_ECM,dc=Domain,dc=com)(ou=CORP_hodata,dc=c001639domain,dc=local)))

  • MATERIAL GROUP & MOVEMENT TYPE

    Hi,
    I want a report in which Material Group & Movemt type combinely should be display.
    Allready search in SDN
    Thanks in Advance
    Regards
    Vinay

    Hi vinay,
    Take the help of abaper to get the report for material group and the movement type.
    Quick viewer reporting tool will be used for this report SQVI
    This link will be useful in understanding the SQVI
    http://www.sapdb.info/sqvi-quick-viewe/
    Regards,
    Nani

  • Problem with group filter display

    I have used a record and group filter  to display some data item. The data item has been displayed in content field of right side.
    However, it display the data item in group field of left side which only suit to the condition by record filter. So, some data items of left side are not suit to group filter.
    How can I get the data item which will suit to combine condition of record and group filter. Thanks!

    The Group Tree (left) will ALWAYS show all groups, not just those selected using the Group Selection. Keep in mind that Group Selection does not actually pull records for the criteria it only suppresses groups that don't meet the criteria.
    NOTE:  The same is true if you're using SUM for any values.  It will sum ALL the values - not just those in the groups being shown in the report.  Use Running Totals for this so that you will only sum those groups that are visible in the report.
    Again, either use or don't use the group tree but one can not specify which groups are shown in the group tree.  It will ALWAYS display all groups of data pulled into the report.
    Another option may be to utilize a stored procedure to pull ONLY the groups you want then report off the stored procedure.

  • Project Server 2010 - Project Permissions - Users and Groups filter is not working

    Hi,
    While giving permissions from project center ribbon on a project - Users and Groups filter is not working, we are not able to filter any user.
    I am not sure why this error is occurring  i tried giving permissions by opening the project  but still the same filtering is not happening. Below is the screen shot
    We have installed Service Pack 2 and June 2014 CU recently will this effect ?
    Can any one throw some light on this??
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hi Geetha,
    Which IE version are you using? First I'd try to add the URL to the compatibility mode sites, then to the trusted sites (if it is not done already). Then I'd try to set the default browser as IE8 or 9 (pressing F12, developer tool).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Question about the Filter type for the trace provide "Microsoft-Windows-Kernel-File"

    Hello all,
    I have moved this question from the Windows
    Server General Forum accorfing to the suggestion from Mr. Justin Gu 
    I have a question about the Filter function for the trace provider "Microsoft-Windows-Kernel-File".
    I can find the Filter function with the following operation.
    Mr. Justin Gu wrote:
    > You create a Data Collector Set for the trace provider "Microsoft-Windows-Kernel-File" and finish completely, then you > can right click it and select Properties.
    In the Properties dialog box, click Filter and
    then select ‘Edit…’. You will be> able
    to see the Filter type and Filter data in the Filter dialog box.
    What
    Kind of Filter can
    I use in this Filter dialog box?
    And, how can I set to exclude the some kind of datas?
    Could you give me your suggestion?
    Thank you.

    What
    Kind of Filter can
    I use in this Filter dialog box?
    And, how can I set to exclude the some kind of datas?
    Could you give me your suggestion?
    Thank you.
    I'm looking for the same information.

  • BADI not accepting filter type

    Hi All,
    I am trying to implement a YBADI in PLM Module using BADI definition  DPR_CONTROLPLAN .
    The filter type are only allowed if the BADI is created as a local object if it is created as a Transportable object (package) then it does not allows the entry (it says specify filter type).
    I am stuck.
    Please if anyone knows the solution to this problem reply as soon as possible.
    Thank you in anticipation.
    Regards,
    Nikhil Moghe.

    Hi Nikhil,
    are you sure about the implementation name?
    In our system I only found DPR_FINR3_CO_CALC but no DPR_CONTROLPLAN so I can't help directly.
    Please check SAP note 900591 and 637137 for details.
    Regards,
    Clemens

Maybe you are looking for

  • How to use Titles in iMovie?

    When i add closing titles to my project, i have terrible problems aligning the font. For instance, if i want top part to be left justified with a tab space (traditional format for lisiting an actor and their name) but then have the text below centred

  • Is there any way to share music from my itunes library with a iphone not synced with my mac?

    I use my itunes with my Iphone, But my husband has an iphone also and wants some music from my library to be put on his phone. How can i do this without transfrring his iphone to my itunes and visa versa?

  • Apple TV and restricting content on certain tv's?

    I have multiple Apple Tv's in my home. One of them is in my little boys' room. Is there a way to restrict certain movies from being played on his apple tv?

  • SQL Server License

    Hi Guys,                We have installed the CRM 5.0 development  and production server with the databae of MS SQL. While Installing CRM 5.0 we have installed the evaluation period of MS SQL . Servers were working fine from few months ,Suddenly the

  • SSL issue - windows CA - importing into JBoss 4.2.1

    Afternoon, I am trying to import a Windows generated certificate. I go through the process Adobe has documented to create the keystore and then the CSR. I send this CSR to the internal network team to create a certificate. Once I get this cert back I