Static Text not displaying on secondary pages for Embedded BI
This is a JDE Embedded BI Publisher Desktop form.
- 1. On an Invoice form, I am trying to have some text to display to the right of the detail section that makes up a stub section to be returned by the customer with payment. This text will only display on the first page and not any other pages even though the detail section prints on those pages.
- 2. I am using page totaling logic in variables for the page total of bottles and cases. These work without issue. The problem I have is trying to create a variable where I can add the results of these page totals together for total Pieces. Basically, I want to take tb/10 + tc, where tb is the variable for total bottles divided by 10 and add to tc, which is total cases. I have reviewed and tried some examples from the Core Components guide without success.
0