Table data in html from word doc
797184Nov 12 2010 — edited Nov 17 2010I have a nice looking invoice word doc I would like to use to make a apex report. The word doc has a table with all the numeric data for the invoice, pretty simple. I saved the word doc as html and used a program to strip all the excess html. I put the html into a apex report as a html region and it looks perfect. What is the best way to get SQL data into the html table in the region.
Do I have to create a SQL region and then put the html data into the header and footer, am I missing something simple?
Thanks