Forum Discussion

Ice1341's avatar
Ice1341
Helper I
5 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    5 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.

     

  • Anonymous's avatar
    Anonymous
    5 years ago

    Create a calendar Table and join dates from both table 

     

  • Anonymous's avatar
    Anonymous
    5 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.