Tim's avatar
Tim
Data Integration
06-04-2025
Status:
New Idea

Bug when using left joins in custom tables

In data model custom tables, you can do left joins. For example, Select * From ProductsTable Left Join SalesTable. But there's a bug in the "On" clause causing them to sometimes become Inner Joins. ...