excel bip tag inside text box Shape in oracle
I have a requirement to not move the Form Fields(Government Form). Hence, I have to insert a Text Box Shape on top of Form fields to fill the form in the EXCEL BIP Template.
I created the below Mapping in the template:
XDO_?XDOFIELD28? | <?P_OU_ID?> |
XDO_?XDOFIELD1? | <?P_OU_ID?> |
And Added XDO_?XDOFIELD1? in excel cell and XDO_?XDOFIELD28? inside the Text Box.
I am getting the value inside Excel Cell but not inside the Text Box Shape.
Can anyone please help.