cglowe
01-03-2023Cloud Apps
Unwanted Join Path
I'm facing an m2m error on one of my widgets. From the Analyze Widget JAQL view, I can see the issue is that inventory.tenant_id and vendor.tenant_id are not connected directly to tenant.id. The problem is that they are joined directly in the elasticube model. Is there a trick to force the inventory and vendor tenant_ids to the tenant table?
Curiously, if I remove EITHER the vendor fields or cost center fields from the widget, the error goes away...