Format of data in Merge Documents

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
denisv
Posts: 253
Joined: Thu Jan 19, 2006 4:36 pm
Location: Ireland
Contact:

Format of data in Merge Documents

Post by denisv »

In a merge document is it possible to format the data merged to use UpperCase. Sometimes data is entered by users in all lower or all upper case.
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

You can use TO_UPPER_CASE function for that.
Aware IM Support Team
denisv
Posts: 253
Joined: Thu Jan 19, 2006 4:36 pm
Location: Ireland
Contact:

Post by denisv »

Thanks I will try that.

If I have a Timestamp field is it possible only to display the date in the merge value instead of the full timestamp value ?
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

If I have a Timestamp field is it possible only to display the date in the merge value instead of the full timestamp value ?
Seems like you should be able to us the DATE_PART function.

Tom[/quote]
denisv
Posts: 253
Joined: Thu Jan 19, 2006 4:36 pm
Location: Ireland
Contact:

Post by denisv »

Thanks Tom that worked fine.

I am still a bit stuck on the upper case however as it is not full upper case I need but leading caps, so for example leading caps would become Leading Caps.

Is there a function or combination of functions that can achieve this ?Thanks
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

I need but leading caps, so for example leading caps would become Leading Caps
Have you tried Googling on Regular Expressions (which AwareIM can utilize) and leading caps?

There is not an function provided that simply provides leading caps.

Tom
Post Reply