Mar 14, 2005 #1 Nippon1 Technical User Mar 14, 2005 10 US Hi, How do you format group field w/cap.letters? What is the formula syntax?
Mar 14, 2005 #2 synapsevampire Programmer Mar 23, 2002 20,180 US Try creating a formula containing: uppercase({table.field}) Use this formula as the display, but group as you normally would. There is also the Propercase function if you just want the first letter capitalized (Crystal version dependent). -k Upvote 0 Downvote
Try creating a formula containing: uppercase({table.field}) Use this formula as the display, but group as you normally would. There is also the Propercase function if you just want the first letter capitalized (Crystal version dependent). -k
Mar 14, 2005 #3 kskid Technical User Mar 21, 2003 1,767 US By setting the field to upper case, the Grouping will follow suit. //@UCField uppercase({table.field}) Upvote 0 Downvote
By setting the field to upper case, the Grouping will follow suit. //@UCField uppercase({table.field})