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

Similar Messages

  • 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!

  • 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)))

  • 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

  • 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 |

  • Application adding '\' to the group filter

    Hi,
    We have two groups created in Oracle Internet Directory server.here are the details
    cn=user_group_1,cn=organisation,cn=groups,dc=oracle,dc=com
    cn=user_group_2,cn=organisation,cn=groups,dc=oracle,dc=com
    we are using the below configurations from our portal to pull the users from the above two groups,but we couldn't do that.
    Group Path = cn=organisation,cn=groups,dc=oracle,dc=com
    Group scope = SUB_TREE
    Group Filter = (cn=user_*)
    I am getting an error with above configurations and error message saying that "Please make sure Group path is correct".But the Group path is correct.Our LDAP admin said that my portal itself adding '\' to the group filter.
    Below is the request comes to LDAP server.
    ldapsearch -h ldap_server_name -p 636 -U 1 -b "cn=organisation,cn=groups,dc=oracle,dc=com" "(&(objectclass=groupofuniquenames)(cn=user\_*))"
    Please let us know how can i remove this '\' at portal level (or) how can i handle at LDAP server level.
    Thanks in Advance.
    Regards,
    Laxman

    It seems that it is not allowing _ .
    Whenever some special characters comes then it add \ in front of it.
    It happens in OIM but that is Java so we can handle.
    Escape character before dot in dn entry after OID provisioning
    I don't know how request are coming to portal. You can see the link below. It may help you.
    http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/html/Administration_Guide/Finding_Directory_Entries-Using_ldapsearch.html

  • Rule to apply ldap group filter to allow access in OAM Policy Manager

    This may be pretty basic, but I'm trying to implement a rule in Policy Manager to allow access to a resource based on LDAP group membership. I can't figure out how to construct the ldap query. I'm using OID as the directory server.
    Does anybody know how to create an ldap query that will apply a group filter to authenticated?
    the format would be something like
    ldap:///dc=oracle,dc=com??sub?(......)
    thanks for any help!

    Mark,
    Do you by any chance know what we can include in our DBMS_LDAP statement to populate the OID for a new user creation to populate the obpasswordcreationdate as a part of the user creation.
    Here is what are running but since we moved to OBLIX, we don't know how to populate a new user?
    Here is part of our code using MOD_ADD.
    emp_vals(7) := null;
    DBMS_LDAP.populate_mod_array(emp_array,DBMS_LDAP.MOD_ADD,'obpasswordcreationdate',emp_vals);
    emp_vals(1) := 'top';
    emp_vals(2) := 'person';
    emp_vals(3) := 'organizationalPerson';
    emp_vals(4) := 'inetOrgPerson';
    emp_vals(5) := 'orcluser';
    emp_vals(6) := 'orcluserv2';
    emp_vals(7) := 'oblixPersonPwdPolicy';
    After it runs, it send me an error no data found.
    Thx so much in advance. Not getting any answers.
    KA

  • 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

  • Group filter

    Hi All,
    I have a report which has a repeating frame. It is based on a group which used to filter first two records. Now, I donot want to filter any records....I want to show all records.
    So, I removed the filter on that group. But it has no effect at all...It still shows only 2 records....
    Where else do I have to check ??
    Any suggestions??
    Thanks in advance !!
    SB.

    It is fixed.....
    I was testing on corrupt data !!
    Thanks people...

  • Security: problem Group/Filter by API VB

    Bonjour,Je souhaite ouvrir l'acc?s ? une application pour un groupe et l'associer ? un filtre par un programme VB.Comment ouvir via un programme VB l'acc?s ? une application.How open access to a application for a group ? (use API VB for Essbase)[email protected]

    try this (hctx is global) and ignore the note of ignoring filter and maxaccess line in the documentation:Sub EsbSetDatabaseAccess () Dim sts As Long Dim Items As Integer Dim UserDb As ESB_USERDB_T '***************************** ' Initialize UserDb structure '***************************** UserDb.UserName = "Joseph" UserDb.AppName = "Sample" UserDb.DbName = "Basic" UserDb.Access = ESB_ACCESS_FILTER UserDb.MaxAccess = ESB_ACCESS_FILTER UserDb.FilterName = "MyFilter" Items = 1 '*************************** ' Set Supervisor access level '*************************** sts = EsbSetDatabaseAccess (hCtx, Items, UserDb)End SubTom

  • Can i use adobe form to produce a report with grouping and subtotal?

    Hi,
    i need to produce a report that allows me to group against a field and do a subtotal for the group, then finally a total for the whole report.
    i m using web dynpro java, i can do grouping in the table component, but i have no idea how to do subtotal for the group.
    is there any built-in function in adobe form that i can produce this kind of report relatively easily?
    thank you.

    Hi,
    go throught this link
    check the tutorials.
    saptechnical -> tutorials -> Adobe forms ->Calculating Page-wise Sub-Totals and Grand Total in Adobe forms
    Regards,
    sandeep

  • Cant we do group and subtotal on a column which is having Go-URL in OBIEE

    Hi,
    I have a scenario that a report should show subtotal on amount column for different sales reps. At the same time, I have used GO URL for that sales rep column.
    In the GO URL Code, I have passed 4 columns as parameters. So the report is doing grouping on those columns also and showing subtotals at those column levels.
    Please help me out.
    Thanks,
    Siri

    Try these:
    SUM(SUM("Activity Metrics"."# of Closed Activities" by Employee."Employee Name") by task result)
    or
    SUM("Activity Metrics"."# of Closed Activities" by Employee."Employee Name"||task result)
    Mike L

  • Sharepoint 2010 Document Library Group Filter

    I am having difficulty grouping my documents without folder by grouping by. I would like to use the expand or collapse feature. I have several documents that are need to be group together and have a separate sub group of folders that will not allow me
    to have to type each content in the sub groups.

    Hi,
    Per my knowledge, when we apply the group by feature in the view, the documents would group by the column which you had chosen as below.
    When we upload a file to the library, the file would auto group by in the library.
    Could you explain more details about your issue? It will be better if you can give us a print screen.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Group filter did not work on first sync

    Just got my iPhone and as I have over 1000 contacts in address book, I very carefully selected the groups that I wanted to sync so I would not have all of those contacts on my phone. Much to my dismay, when I finished syncing, all 1000 contacts were on my phone anyway. What might have gone wrong? How do I fix this so I can reduce my contacts on my phone just to the ones I want?

    Do you really have them all? I created a group I wanted and synced the phone. Now my phone contacts has 2 groups, all contacts and phone contacts. However, when I scroll to the bottom of the contacts list, both show the same 164 contacts, not all the 470 contacts in my address book. I have just the contacts I wanted, but it is confusing by having the "all contacts" list on the phone. They are really just the same lists.

Maybe you are looking for

  • How do I back-link to a text box, pop-up, or sidebar?

    I can make a hyperlink from a text box, pop up window, and sidebar to a bookmark, but can't make a return link to any of these? Is it just not possible, or did I miss something. Thanks.

  • Where to report firmware localization errors?

    On my Nokia E60 and later E51 I've found some errors in Bulgarian translation. Where can I report them? I've contacted with Nokia Care - Bulgaria and they answered me that problems of such matter should be reported on Nokia Support Discussions. Is th

  • Quey return one line by parent column

    Hi, my table or view is: SQL > select * from myTable; Parent Children parent1 chil1 parent1 chil2 parent1 chil3 parent2 chil4 parent2 chil5 parent3 chil6 how write my query to have result like: parent1 child1, child2, child3 parent2 child4, child5 pa

  • AdvancedDataGrid as a itemRenderer

    I am trying to make a list menu using advanceddatagrid. What I would like is a 1 column item with a tree control. I have created that. Then when you pull it down it pulls in a data grid below it. I have this mxml code: <mx:Canvas width="300" height="

  • I cannot sync the IPad

    My IPad will not sync to ITunes. My computer does not recognize the IPad when I connect it to the USB