TimData Integration06-04-2025Status: New IdeaBug 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. ...Show More