Extend Info Column query operators by EXISTS operator
Description
In Info Window columns can be defined as query parameters with specific database operators. Goal of this ticket is to implement one useful but missing operator - EXISTS.
When user will select EXISTS operator then he has to fill also Query Function. e.g. (SELECT 1 FROM M_Replenish r WHERE p.M_Product_ID=r.M_Product_ID AND r. ReplenishType=@ReplenishType@ ) - to get all products
In Info Window columns can be defined as query parameters with specific database operators.
Goal of this ticket is to implement one useful but missing operator - EXISTS.
When user will select EXISTS operator then he has to fill also Query Function. e.g. (SELECT 1 FROM M_Replenish r WHERE p.M_Product_ID=r.M_Product_ID AND r. ReplenishType=@ReplenishType@ ) - to get all products