in a database date formate is in dd/mm/yy. In my report I
want when I prompt the date coloumn it should be
displayed in (yyyy/mmm/dd)format.
how could I do this
plse send me as soon as possible.
Answers were Sorted based on User's Feedback
Answer / guest
Change the object SQL, I mean in SELECT class of that
object conver that by using the to_date or correct syntax.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / aditya
create a derive table for that
select to_char(hire_date,'yyyy/mmm/dd') as date from
employees
it will work when you use in the prompt
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / yogendra
Go ahead and make the change in the .prm file. So you will
be doing the change only once. And it will be universal for
all the objects.
| Is This Answer Correct ? | 2 Yes | 1 No |
How will you move reports from Dev to QA in BO
What if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
how do we apply sql query on selected variables?
What are the security level used in BO?
HI, Can any body explain me ? If we careate objects using derived tables it will decreasess the performence? If we are not creating the objects using the derived tables then what is the use of having the derived tables?
What are the advantages of Xcelsius & Crystal reports over Infoview?
Hi Can anyone tell me what is Divergence in Business Object Universe Designer. Thanks, Sheik
how many times can use the union operator in a report?
Shall we connect to the oltp systems directly .,
WHAT ARE THE INDEXES THAT SUPPORT DATA WAREHOUSING ? Thanks In advance Prakash
Tell me about a complicated object you have created?
Can we have multiple domains?