Skip to Main Content

APEX

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!

Interactive report, configuring a pivot, how to format pivoted value as percent?

coffee4allMar 26 2019 — edited Mar 26 2019

Hi,

I believe the headline says it all.

I configured a pivot on a interactive report, the pivot has currency and percentange columns.

The function for currency columns could be formatted in format model as 'FML999G999G999G999G990' (no cents).

But the percentage values?

How to get formatted a value as e.g. '999G990D0 %'? (This produces an invalid format model error).

In the report attribute 'Column Formating', I added a HTML Expression '#MYPERCENTVALUE#%' to the column from where the pivoted values are derived.

But this had no effect, probably because the APEX pivot function build its own columns, which are fomatted using the format model field in the pivot configuration.

But how to add a percent sign to a pivot report value?

Thank you very much!

(Oracle-XE 18c, APEX 18.2)

This post has been answered by fac586 on Mar 26 2019
Jump to Answer
Comments
Post Details
Added on Mar 26 2019
5 comments
1,651 views