Forum Discussion
Ice1341
5 years agoHelper I
Create report from from two tables
I want to create a report that will show gross sales (budget) vs. actual sales. For some reason, the report generated repeats actual sales data every month. Here's my dummy sample report. I'm also ne...
- Anonymous5 years ago
Ice1341 Seems like there is no relationshipt built between the two tables.
And looking at the samlple data, Cust Code from Sales Budget should be joined with JF Code in Sales Invoice data which should resolve the issue.
- Anonymous5 years ago
Create a calendar Table and join dates from both table
- Anonymous5 years ago
Yes, build relationships of both the tables from Calendar table and in your chart you can just used the date fied from Calendar table.
Ice1341
5 years agoHelper I
I found a workaround that filtered dates into my report correctly. Thanks everyone for your help!