Hello,
I hoping someone could give me an idea of how to go about pulling data from multiple tables. For instance if I wanted to get a list in rows of all the "no." from the Sales Invoice Header and Sales Header tables things like order date and Campaign No. are used as filters. The goal is to capture the current data as well as the historical data in one list. The only way i can think to do this is to pull the data from two tables. Any thoughts?
Thanks!
Date
Votes
1 comment
-
Jet Reports Historic Posts Just put the 2 NL("Rows") Formulae underneath each other.
in B4 put the first formula
in b5 put the second formula
i.e.=nl("Rows","Sales Header","No.","Order Date",$B$2,"Campaign No.","@@"&$B$3) =nl("Rows","Sales Invoice Header","No.","Order Date",$B$2,"Campaign No.","@@"&$B$3)
In the attached ZIP is a basic report and another report with options ect.
Please sign in to leave a comment.