Forum Discussion

joshua1990's avatar
joshua1990
Post Prodigy
2 years ago

Merge / Join is skipped rows

I have two tables which are merged in a dataflow and output as a new table:

  • 1. table: Data is grouped here and I get the last sales date per item.
  • 2nd table: This is a table with master data.

Using a join, I add the last sales date to the 2nd table and output this query as a new table.

 

For whatever reason - probably because there is a lot of data - individual articles are probably skipped. If I shorten the 2nd table, I get all the data.

Does anyone have any idea how I can continue to get an effective join? Is it possible to add a buffer for a few seconds?

 

2 Replies