Forum Discussion
Anonymous
5 years agoNot applicable
Comparing two sets of data
Hi, I am trying to run a query where the I can see all the orders from table 1 that exist in table 2 where the order status does not match. Please see example of tables Table 1 Order No ...
- Anonymous5 years ago
Hi Anonymous ,
Select the Order No column of the two tables to merge.
Then select the required field and expand it.
Finally add a conditional column
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
CNENFRNL
5 years agoCommunity Champion
No, use only order no as key to join the two tables.
Anonymous
5 years agoNot applicable
Thanks. how do I see the different order status values from both tables? Do I need to expand th query to show status prefixed ?
And I need to count of all the mismatch records so would this be the correct way Total Mismatch Orders:=COUNTROWS(table1)