Tuesday, July 9, 2024

ERP BI - How to print Barcode in BI report

Usecase: 

Here, will convert Invoice number into a barcode in BI report using font mappings.


Detailed steps:

Create a RTF template based on data model xml file. >> select the invoice num element >> change font to Marlett


Go to tools >> Reports  & analytics >> browse catalog >> administration >> publisher >> Manage Publisher >> Runtime Configuration >> Font Mappings >> base font: Marlett >> target font type: barcode39 >> apply




Create the data model >> view >> save data as sample >> save >> create report >> choose use report editor >> finish >> upload the template




View a list >> selexct PDF as default format >> save >> view report.



No comments:

Post a Comment

Featured Post

OIC - how can I use XSLT functions to remove leading zeros from numeric and alphanumeric fields?

To remove leading zeros from an numeric field in Oracle Integration Cloud (OIC) using XSLT, you can Use number() Function The number() funct...