J
Jo?o P. Bragan?a
I would like to add an expression column that gets the count of child
rows that match a criteria:
Expression = "COUNT(Child(Inventory2Sales).Invoiced = false)";
However I get a SyntaxErrorException: "Syntax error in aggregate
argument: Expecting a single column argument with possible 'Child'
qualifier."
What is the proper syntax for this? Is it even possible?
rows that match a criteria:
Expression = "COUNT(Child(Inventory2Sales).Invoiced = false)";
However I get a SyntaxErrorException: "Syntax error in aggregate
argument: Expecting a single column argument with possible 'Child'
qualifier."
What is the proper syntax for this? Is it even possible?