Group by for Designers

I was thinking as upgrading a site for one of my customers
that you guys need a group by attribute/checker in SPRY. What I am
doing is upgrading a service manual site for trailer/fifth wheel
company. In this site they can sort on year/type/class and it
separates the groups by the way they sort it. What would be good
for designers is if there were something built into spry that
allowed them to know that this was the first of each group. In that
they could do something similar to the spry:if used to
conditionally show the even odd rows. They could use it to
conditionally show a row for a new group header. Another approach
(and both would likely be good for flexibility) is to have a repeat
region that was based on groups. ( spry:regiongroup )
Just some thoughts.

My senario would be to add an additional TR row with full
colspan for the group header. I think your senario would be another
way to do things, but not the way I would take in our companies
traditional output styles.

Similar Messages

  • Configuring group policy for user profiles in Windows Server 2012 R2 Domain

    Requesting some experts advise on configuring group policy for user profiles.
    We will be building new Windows Server 2012 R2 Domain Controllers (Domain of 400 users).
    The settings which I am concerned:
    1. Folder Redirection: Desktop, Documents, Favorites.
    2. Quota for Folder Redirection - 1 GB per user.
    3. Map a networked drive - 1 GB per user.
    4. Roaming profile - (Will ignore if it does not suit our requirement). 
    The question is how outlook profile will be retained / automatically moved if the users move from once computer to other?
    FYI, E-mails hosted on MS Office365 and OST file size of few users more than 25GB. So, in case the user moves from one computer to other, the entire mailbox will be downloaded via internet. This consumes high bandwidth if more than 3-4 users shift per day.
    Thanks a lot for your valuable time and efforts.

    Hi,
    >>The question is how outlook profile will be retained / automatically moved if the users move from once computer to other?
    This depends on where our outlook data files are stored. If these data files are stored under
    drive:\Users\<username>\AppData\Local, then these files can’t be redirected, for folder redirection can’t redirect appdata local or locallow.
    However, regarding your question, we can refer to the following thread to find the solution.
    Roam outlook profiles without roaming profiles
    http://social.technet.microsoft.com/Forums/office/en-US/3908b8e0-8f44-4a34-8eb5-5a024df3463e/roam-outlook-profiles-without-roaming-profiles
    In addition, regarding how to configure folder redirection, the following article can be referred to for more information.
    Configuring Folder Redirection
    http://technet.microsoft.com/library/cc786749.aspx
    Hope it helps.
    Best regards,
    Frank Shen

  • Looking for app to create Desktop groups/fences for OSX

    Looking for app to create Desktop groups/fences for OSX..
    I do music and like to keep my most important folders on my Desktop since I access them very frequently.. I saw that there's a few options out there like "Desktop Groups Lite" (link below):
    https://itunes.apple.com/us/app/id561422617?mt=12
    The only problem is that I'm reading a lot of reviews on it from users who are saying that their files/folders are going completely missing, etc.. And that's a big issue that I'm not ready to deal with, considering the importance of these folders to my work/career..
    ^This is a picture of what that "Desktop Groups Lite" app looks like.. and is pretty much EXACTLY what I'm looking for.. but I'm a little bit afraid of it "eating" my contents and losing them forever..
    Does anybody have any recommendations or feedback for an app that can accomplish something like this?
    Thanks!

    Looking for app to create Desktop groups/fences for OSX..
    I do music and like to keep my most important folders on my Desktop since I access them very frequently.. I saw that there's a few options out there like "Desktop Groups Lite" (link below):
    https://itunes.apple.com/us/app/id561422617?mt=12
    The only problem is that I'm reading a lot of reviews on it from users who are saying that their files/folders are going completely missing, etc.. And that's a big issue that I'm not ready to deal with, considering the importance of these folders to my work/career..
    ^This is a picture of what that "Desktop Groups Lite" app looks like.. and is pretty much EXACTLY what I'm looking for.. but I'm a little bit afraid of it "eating" my contents and losing them forever..
    Does anybody have any recommendations or feedback for an app that can accomplish something like this?
    Thanks!

  • FindGroups - Error while getting group list for login user

    Hi All,
    I am using below code snippet to search a group in OIM but it gives me "Error while getting group list for login user" error message.
    tcResultSet rsetAss = null;
    tcGroupOperationsIntf groupIntf = (tcGroupOperationsIntf)utilFactory.getUtility("Thor.API.Operations.tcGroupOperationsIntf");
    HashMap mapGrp = new HashMap();
    mapGrp.put("Groups.Group Name","DEF_GROUP");
    rsetAss = groupIntf.findGroups(mapGrp);     
    And i am ruuning this code using xelsysadm logon.
    com.thortech.xl.util.config.ConfigurationClient.ComplexSetting config = ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
    Hashtable env = config.getAllSettings();
    com.thortech.xl.crypto.tcSignatureMessage moSignature = tcCryptoUtil.sign("xelsysadm", "PrivateKey");
    utilFactory = new tcUtilityFactory(env, moSignature);     
    Any guess?
    Thanks & Regards
    Inbaa.

    Here it is Rajiv,
    public class GetUserApprover {
    private String defGroup = "DEF_GROUP";
    public tcUtilityFactory getUtilFactory()
    tcUtilityFactory utilFactory = null;
    try
         logger.debug("Initializing the utilFactory");
         com.thortech.xl.util.config.ConfigurationClient.ComplexSetting config = ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
    Hashtable env = config.getAllSettings();
    com.thortech.xl.crypto.tcSignatureMessage moSignature = tcCryptoUtil.sign("xelsysadm", "PrivateKey");
    utilFactory = new tcUtilityFactory(env, moSignature);
    catch(Exception ex)
         logger.info("Error while getting the utilFactory" + ex.getMessage());
         System.out.println(ex.getMessage());
    return utilFactory;
    public String getGroupKey(String defGroup){
              String groupKey = null;
              tcUtilityFactory utilFactory = getUtilFactory();
              if(utilFactory != null)
         System.out.println("utilFactory not null. Searching for group:" +defGroup );
                   try
              tcResultSet rsetAss = null;
              tcGroupOperationsIntf groupIntf = (tcGroupOperationsIntf)utilFactory.getUtility("Thor.API.Operations.tcGroupOperationsIntf");
              HashMap mapGrp = new HashMap();
              mapGrp.put("Groups.Group Name","DEF_OWNER_GROUP");
              System.out.println("Finding Group....");
              rsetAss = groupIntf.findGroups(mapGrp);          
              System.out.println("RowCount-->" +rsetAss.getRowCount() );
              rsetAss.goToRow(0);
              groupKey = rsetAss.getStringValue("Groups.Key");
         System.out.println("GroupKey-->" + groupKey);
         catch(Exception e){
              System.out.println("Error" + e.getMessage());
              return (java.lang.Object)groupKey;
    }

  • How do u get the Ipod touch to group compilations for browsing ?

    How do u get the Ipod touch to group compilations for browsing ?
    With Itunes 9 like earlier versions u have the option to group compilations for browsing, having the effect of not putting a huge list of artists in your view by artist list because they played one song on a compilation you have got. With my old Ipod classic this option was also available through the setting menu. Meaning my ipod exactly mirrored my itunes lists.
    I have recently purchased a ipod touch 32 and can find no settings that allow me to do the same. My artist list has risen from 200 to 400 because of this and makes finding albums by artists very annoying.
    I have looked on the itunes software and can find no mention of syncing this ability to the ipod either.
    Help
    Mike

    Yes i do this to group compilations in itunes.
    But when i then sync to the ipod touch the albums come up under compilations as desired but the artists also appear in the artist list which is not.
    On my old ipod classic it had a setting to group compilations the same as in itunes which would then remove these odd artists from the artist list.
    I can find no equivalent setting on the ipod touch
    Cheers
    Mike

  • Hello. I began with the DPS. Is it possible to publish a magazine for a limited, specific target group? For example, in one department of a large company? Or to the responsible for various services? If so, how should I do? Thank you for your help.

    Hello.
    I began with the DPS. Is it possible to publish a magazine for a limited, specific target group? For example, in one department of a large company?
    Or to the responsible for various services? If so, how should I do? Thank you for your help.

    Short answer is yes.
    Click the request for consultation link in Digital Publishing Suite Help | DPS pricing options to receive a price estimate for the DPS license your project.

  • Solved - Group Fields for Vendor Master Records in IMG

    This was the solution.
    The new field's data element I added to LFB1 did not have the "change document" field checked.  I made that change and now that field shows up in IMG.
    Hello all,
    I added an append structure to the table LFB1.  This structure has 1 field.  I then created a "Modification-Free Enhancement of Vendor Master Record" to add the new LFB1 field to the vendor master screen, edit and display screens.  This is the 3rd time I have done this.  So far so good.
    Now our functional analyst went into IMG to add this new LFB1 field to a "Group Fields for Vendor Master Records" which we have done 2 other times.
    The new LFB1 field does not show up in the list of possible Table-fields.  
    There must be some other step I am missing.
    Does any of this ring a bell?  We are on version 4.7.
    Thanks
    Bruce
    p.s.
    This is the IMG path for adding 'Field Groups' to vendor master fields.
    Financial Accounting/
    Accounts Receivable and Accounts Payable/
    Vendor Accounts/
    Master Data/
    Preparations for Creating Vendor Master Data/
    Group Fields for Vendor Master Records
    Edited by: Bruce Tjosvold on Nov 21, 2008 1:18 PM

    Hi Vandana,
      There are several tables that are contain Vendor Master related data which can be used for extraction to BW. Some of the tables which can be useful for you are:
    LFA1 :  Vendor Master (General Section)
    LFM1 :  Vendor master record purchasing organization data
    LFBW : Vendor master record (withholding tax types) X
    WYT3 :  Partner Functions
    LFBK : Vendor Master (Bank Details)
    LFB1:  Vendor Master (Company Code)
    ADRC: Addresses (Business Address Services)
    ADR3: Fax Numbers (Business Address Services)
    ADR6: SMTP Numbers (Business Address Services)
    ADRT: Communication Data Text (Business Address Services)
    You may use the Data sources mentioned in the previous update from Venky above namely :
    0VENDOR_ATTR --- for master data attributes
    0VENDOR_TEXTS -- For texts
    Since the fields that you are using are from different tables so its better if you go for a Generic Data source where you can use the fields as per your requirement.
    Thanks
    Pawan
    Edited by: pawan190187 on Aug 19, 2011 12:40 PM

  • I am trying to set up a group contact for my golf league, but can't find a way to do this on the iphone

    I am trying to set up a group contact for my golf league, but can't find a way to do this on the iphone

    That's because you can't.  You make the contact group on the computer application with which you're synching your contacts.  Or you can find an app in the app store.

  • HT1451 when editing info, how do i select multiple items to edit a group? For example, changing the artist name on multiple tracks at once?

    when editing info, how do i select multiple items to edit a group? For example, changing the artist name on multiple tracks at once?

    Same way you select multipl items anywhere else.
    Hold ctrl and click the items you want.
    If they are in consecutive order, click the 1st then Shift click the last.

  • How do I create a group contact for imessage?

    Is there anyway to create a group contact for iMessage text messaging?

    This is the groups app.
    https://itunes.apple.com/us/app/groups-sms-mail-manage-contacts/id300891442?mt=8

  • How to make a group contacts for iphone 4s, How to make a group contacts for iphone 4s

    How to make a group contacts for iphone 4s

    Or there are apps
    https://www.google.co.uk/url?sa=t&source=web&cd=3&ved=0CEEQFjAC&url=https%3A%2F% 2Fitunes.apple.com%2Fgb%2Fapp%2Ftext-2-group-fast-sms-imessage%2Fid519077434%3Fm t%3D8&ei=WCkfUc6vE8THtQavlYCoBw&usg=AFQjCNHnoWUqJ9AMYWCadVceOkq-6Ed4Vg

  • BFD no group info for section

    Hi,
    I am using Solaris 8 with CC version :
    CC: Sun C++ 5.8 2005/10/13
    When I am trying to build a library I get following messages. The library gets build fine, but I see lots of these messages, can you please help me find the reason for this and fix it.
    /usr/opt/studio/SUNWspro/bin/CC -xar -o libmylib.a myfile1.o myfile2.o myfile3.o ; ranlib libmylib.a
    BFD: libmylib.a(myfile1.o): no group info for section __1cHCStringDstr6kM_pc_
    BFD: libmylib.a(myfile1.o): no group info for section __1cHCStringEHash6kMi_I_
    BFD: libmylib.a(myfile1.o): no group info for section __1cECObjDIsA6kMpknLCRtimeClass__i_
    BFD: libmylib.a(myfile1.o): no group info for section __1cKCPortFlags2T5B6M_v_
    BFD: libmylib.a(myfile1.o): no group info for section __1cKCPortFlags2T6M_v_
    BFD: libmylib.a(myfile1.o): no group info for section __1cECObj2T5B6M_v_
    BFD: libmylib.a(myfile1.o): no group info for section __1cECObj2T6M_v_
    BFD: libmylib.a(myfile1.o): no group info for section __1cECObjEHash6kMi_I_
    I see this for all the object files. Please let me know you need more info regarding this.
    Thanks,
    Kapil

    Are you running C++ 5.3 and C++ 5.8 in the same directory, or on the same object files?
    C++ 5.3 uses a template cache by default, but C++ 5.5 and later do not use the cache unless you specify -instances=extern explicitly. In addition, there are differences in the way the two compilers generate template instances.
    We say that generally you can use binaries created by on older compiler when linking a program with a newer compiler, but there are some limitations when using very old compilers like C++ 5.3.
    If you switch between C++ 5.3 and 5.8, it is risky to share C++ .a or .o files, and risky to run both compilers in the same directory without cleaning out all binaries (and removing the template cache) in between runs.
    If you have been mixing compilers and C++ .o/.a files this way, try cleaning out everything and rebuilding from the beginning using one compiler. Let me know if this was the problem.

  • Group Indicator for Tax Line Items

    Hi,
    Can anyone tell me where can we define Group Indicator for Tax Line Items
    Thanks & Regards

    1) If you are going to post your program code, you should only post the relevant part.
    2) You certainly should take the time and effort to remove commented out code
    3) This is not a training forum. Before posting questions you should search - not just this site, not just using a search engine, but your course notes. Run the program in debug, and put some effort into determining the error. Then ask a colleague to help. Only if all that fails, post here.
    Thread locked.

  • How to change Group Asset for one Asset

    Hi,
    Please how can i change a Group Asset for one Asset ?
    i try with Tcode AS02 but i find "Act determination" in grey.
    i hope ur help
    Regards
    Edited by: jehade el aoumari on Jan 22, 2008 11:38 AM
    Edited by: jehade el aoumari on Jan 22, 2008 12:35 PM

    HI,
    In the Depreciation tab, double click on the the Depreciation area, where you want to change the Group Asset. because Group asset is specific to the Depreciation area.
    You will see the Group Asset field.
    If you still do not see the Group Asset field, then you have to change the Screen Layout in the Customisation for the Depreciation area in T-Code AO21.
    Hope this helps you.
    Thanks
    Siva

  • Item category group used for scrap materials

    hello gurus
    Can u pls tell me what is the item category group used for scrap materials in the material master?
    Thanks in advance
    Warm Regards
    Prashant.

    Prashanth,
    Item Category
    Item Category used is IRVE or you can create your own Item caegory by clicking "New entries"
    a. Schedule line is activated
    b.  Incompletion Procedure = 43 repair item
    c. Screen  Seq Group is mentione.
    Item Category Group
    There is no item category group existing. You can create your own item category group "SCRAP". you basically use "Tem category Group" along with Sales Document to determine item category
    You need to create a ZSCR scrap material type and assign "SCRAP" item category group to material type
    Assign Item categories
    Carry out the Item category determination for Item Category Group.
    Regards
    Sathya

Maybe you are looking for

  • Strange prob, can login only at the end of install, it fails after restart

    Hi Every body I have this strange problem, i don't know where i'm making mistake. I installed EBS more than 5 times, thought i have made some mistake with pre-installation requirement or post installation requireement, but every time i'm faced with t

  • Drill down in new window (pop up)

    Hi all,        I am having one column chart. when drill down the column chart. one more chart will display. is it possible to open the drill down chart in new window(pop up).       how to achieve this Regards, Shanthakumar.

  • Portal 3.0 Install on NT 2K

    I have FINALLY completed the Portal 3.0 installation on Window NT 2000. Here are my steps in order to help someone: 1) Read MetaLink Doc# 132445.1 and ensure all the database size requirements are met. It mentions JServer should be successfully insta

  • Problem Saving Photo Attachments to iPhoto

    This may be a Mail issue but it affects the iPhoto Library. My Mother accidentally wiped out her iPhoto Library simply by saving a photo attachment to her iPhoto Library file in the Pictures folder. Now, this seemed like a logical place to which to s

  • Zones on single processor SFV100

    Can I install zones on a single CPU machine? On a Sunfire v100 I keep getting the following error when trying to start the /system/pools:default service: pooladm: configuration at '/etc/pooladm.conf' cannot be instantiated on current system Thanks