Forum Discussion
Dynamic Table Diff
- Anonymous4 years ago
Hi haleswd258 ,
Here's my solution.
1.Merge two tables.
2.Expand the column.
3.Replace the null in the Qty.1 column with 0
4.Add a custom column to get the stock quantities.
5.Remove the Qty column and the Qty.1 column. Rename the Custom column as the Qty column. You'll get the following.
Filter out the Qty=0.
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.
Hi haleswd258 ,
Here's my solution.
1.Merge two tables.
2.Expand the column.
3.Replace the null in the Qty.1 column with 0
4.Add a custom column to get the stock quantities.
5.Remove the Qty column and the Qty.1 column. Rename the Custom column as the Qty column. You'll get the following.
Filter out the Qty=0.
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.