Hello,
When we create data entity, how to add range but with 'OR' condition. Is this possible ?
The data entity is for OData, and I want to fixed it into certain condition.
For example I've created new data entity for Sales Table like this:
I have condition in CustGroup to be /MEMBER/:
and IncTax to be Yes:
When checking in SSMS, I found the condition created is /AND/
Is it possible to have 'OR' condition ?
Similarly if I want the OR condition is between 2 data source in this data entity. So for example I'll added other table relates to SalesTable. So, 1 range in Sales Table, and 1 range in this other table, but it is 'OR condition.
Thanks.