BusinessObjects Board

Can i Format List of Values ?

hi
can i format list of values ?
for example
the value i get in my lov is
01/01/2001 12:00:00 am

n i want to display it to the user in this format

01-jan-2001 or 01-01-2001

can i do this .?
help me out

regards

kiran


somasekharsai (BOB member since 2004-03-17)

One previous discussion:

Also a FAQ entry:
Designer FAQ Entry for Time on Date LOV Queries


Dave Rathbun :us: (BOB member since 2002-06-06)

You can also check out my pdfs on how to remove the timestamp. You can use the same technique to format at the same time.

-RM


digpen :us: (BOB member since 2002-08-15)

I’ve gotten through this by defining my date object as:
to_char(table.object, ‘MM/DD/YYYY’)

This formatting is included in the lov sql generated.

Or you could consider editing the lov sql yourself then ensuring you click the ‘Do not generate SQL before running’ check box.


Ron Briggs (BOB member since 2002-09-11)