We have wave template where we would like to join sales table with shipment table so that we can put range on salesTable fields.

We observed the template we created with salesTable criteria is not picked up during work order creation.
Upon debugging we observed range for 'defaultdimnsion = 2' has been applied automatically.
SELECT * FROM WHSShipmentTable(WHSShipmentTable) WHERE ((WHSShipmentTable(WHSShipmentTable).)) EXISTS JOIN * FROM SalesTable(SalesTable_1) WHERE WHSShipmentTable.OrderNum = SalesTable.SalesId AND ((DefaultDimension = 2))

there is no range applied in AOT query, Cleared usage data, restarted IIS, SQL to clear caches.
Not able to figure out from where its pulling defaultdimension range.
*This post is locked for comments
I have the same question (0)