Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Formatting Data in BI Publisher report
Answers
-
As for the SQL, this is what I have for instance :
select distinct
shs.attribute_date1 as Arrival_Plan_stop,
(utc.get_local_date(shs.ESTIMATED_ARRIVAL,shs.LOCATION_GID)) as Arrival_Estimate_stop,
(utc.get_local_date(shs.planned_departure,shs.LOCATION_GID)) as Departure_Plan_stop,
(utc.get_local_date(shs.estimated_departure,shs.LOCATION_GID)) as departure_estimate_stop,from...
But I didn't check for all the reports, but they seem to all have had this update on time at the same time
0 -
Hi Antoine.
My default for Report Timezone is JVM. That is on the FO processing, not sure it will apply on this case.
If you can test move your timezone one hour less and the results should display as expected. This will make a case to Oracle to see that some or the report properties are not been respected when you change them.
Cheers
Fernando
0 -
Hi Fernando,
Ok I tried with JVM as well but it didn't work. I also already tried changing my timezone, directly in OTM (the concerned information system) and BIP but it had no impact unfortunately.
0 -
Hi Antoine.
So many places to change the timezone and none is being fully respected by BIP.
I know that if you change some of your properties you need to log off and log in again for them to take effect.
Are we missing something!?
Fernando
0 -
Hi Fernando,
Yes I have disconnected and reconnected but it still doesn't work. I found this link which apparently is about this same issue but on Oracle Sales Cloud : https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=269643864077291&id=2328335.1&_afrWindowMode=0&_adf.ctrl-state=125hed2gci_4
I'm wondering whether I should make a service request or not actually
0 -
Hi Antoine.
I would open an SR. They may have some additional information that we may be missing.
One additional test. The report properties.
How is the last property configured to you, the one at the bottom of the Formatting Tab.
My reports where upgraded from 11g 1.1.5 all the way to 12c and some still hold the setting "Use 11.1.1.5 compatibility mode" equals TRUE.
This caused troubles to me but once we set it to FALSE the date works fine.
Best Regards.
Fernando
0 -
Hi Fernando,
Thanks for your help, unfortunately this compatibility mode was set to False so it doesn't seem to be the solution.
I will see for an SR and if I have an answer I will keep this thread updated, even though i'm not in charge for SR's so it might take some time.
Thanks again,
Antoine
0