-2

I am trying to add a checkbox in my report. This checkbox should be checked or unchecked depending on database values.

How do I add a checkbox in Oracle BI Publisher?

Mihai Chelaru
  • 7,614
  • 14
  • 45
  • 51

2 Answers2

1

I'm going out on a limb here and assuming you mean checkbox instead of checkbook

<?if@inlines:YOUR_DATABASE_FIELD = 'Y'?>☑<?end if?>
<?if@inlines:YOUR_DATABASE_FIELD = 'N'?>☐<?end if?>
Based
  • 950
  • 7
  • 18
1

There is no centrally documented sequence of steps, everyone seems to find different ways to get the checkbox printed. Here is mine, maybe it helps.

Ranjith R
  • 1,571
  • 1
  • 11
  • 11