Forum Discussion
randeep
Helper I
6 years agoConditional join on multiple columns
I have following model, which are imported into my project. I would like to either have COGS field from Stock On Hand into Net Forecast or vice versa, by connecting product and date fiel...
randeep
Helper I
6 years agoamitchandak I wish it was that easy. 😀
You see there is no direct relationship established in between Net Forecast and Stock On Hand table. There is intermediarry table here, which is required too.
amitchandak
Super User
6 years agorandeep , you do not have a stock status table?
- randeep6 years ago
Helper I
Yes, but the relationship between Stock Status and Net Forecast on Product field. And Stock Status and Stock On Hand on Product field.
The Date field is connected to Calendar table.
When I use you proposed formula, it just sums up entire table.