Hi,
I want to put a range on the entity that says the following:
(((EnumField == 0) && (VirtualFieldEnum == 1)) || (EnumField == 1))
but it seems i can't put virtualFieldEnum in the datasource of the entity as a range.
How can i do this inside the entity? i don't want to put a range on data project, is this possible? i also saw comments in other posts about advanced filtering, would this achieve my result without putting a range on data project? if yes can someone help me how to do it?