Forum Discussion
mahenkj2
Solution Sage
2 years agoavoid filtering of date table when selected 'Items with no data'
I have a date table with one-to-many relathionwhip with Order table. Order table have one to many with Invoice table. Not all the orders have invoices, so I would like to see orders with and with...
amitchandak
Super User
2 years agomahenkj2 ,In such case it is better to have a Dimension/Master table for Invoice ID and join it back to you table and then use this option
mahenkj2
Solution Sage
2 years agoHi amitchandak ,
Thanks. Do you mean creating a unique InvoiceID master and connect it to invoice table?
If so, that does not make any difference.