Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Financial Reporting for HFM - Displaying UNICODE or HEXCODE or HTML Code

Antonio R.Nov 30 2017 — edited Nov 30 2017

Hi, I am trying to display and up pointing arrow in a HFM/FR Report with the html code ↑ using a text cell. This code displays the arrow when the report is run in PDF format, but not so when displayed in HTML format; this is the first issue. The second issue is that I need to display the arrow based on a condition but when I use the IfThen() formula it errors out, It does not like the ampersand symbol. It also gets confused with the UNICODE U+02191 because it is trying to add a text plus a value.

Has anyone been able to display arrows or any other symbol in Financial Reporting? A solution to this issue, or any other idea will be greatly appreciated.

Regards

A.R.

Comments

Prabodh
Answer
Hi Jan,
I'm wondering what exactly is apex.jdbc.MaxStatementsLimit parameter for and if/how the value should be adjusted.
Documentation says only: Specify the maximum number of statements to cache for each connection. Default = 10>

These are JDBC parameters detailed here http://docs.oracle.com/cd/B19306_01/java.102/b14355/concache.htm#CDEBCBJC

You may change the Max numbers to higher values, but do not reduce them. These have a impact on the memory used, and may not necessarily result in improved performance. You may need to find the right set with some trial and error.

Cheers,
Marked as Answer by jan.navratil · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 28 2017
Added on Nov 30 2017
6 comments
314 views