I have a query in AOT with one data source.
I need to add one range containing OR operator for two fields values from that table
For example:
I have WorkerContract data source. I need to filter this data source to view either the currentemployee contract or all contracts for specific paygroup
field: Employee
Value: (currentWorker()||WorkerContract.paygroup==XX)
BR,