Hi guys,
I have a situation where I want to add Query expressions in the SwiftProduct.query programmatically.
I have used the QueryService for reading the Query file, I could manipulate the Parameters of the query but I could not find a way to interact with the Expressions.
I see that the query has a property called Expression where it is stored the entire logic of the grouping end expressions.
I suppose there should be a way to interact with the logic for adding (or removing) expressions, but I could not find it yet.
Anybody can point me in the right direction?
Thank you,
Adrian