Page 1 of 1
Adding another Details section
Posted: Thu Mar 08, 2018 12:14 pm
by tonyd
Is it possible to add a second details section to a report?
Re: Adding another Details section
Posted: Thu Mar 08, 2018 2:23 pm
by tonyd
I am trying to create an invoice, but I have two tables of data that I need to pull from. First, I have a table of time-based transactions that would calculate out to a dollar amount owed for each transaction. Then I have a table of expenses that must be listed as well, with a total of everything. As far as I can tell, I am probably looking at a solution using the SQL Designer instead of the Report Designer. Am I on the right track?
Re: Adding another Details section
Posted: Thu Mar 08, 2018 8:56 pm
by admin
tonyd,
Yes you are correct.
The Report Designer simply displays data from a
flat file. (temp table)
And that temp table can be built 3 different ways.
https://wiki.nubuilder.cloud/ ... orts#Table
Steven