C
Carl
Hi,
I get errors when I try the following expression in my strongly typed
dataset:
"Sum(Parent.Child(Relation1).Value)"
The error I get is:
"Syntax error in aggregate argument: Expecting a single column argument with
possible 'Child' qualifier."
What I want to do is to navigate from the current row to its parent, and
then use one of the parents child relations to do a sum. It seems like
navigating more than one step is not supported. Can this be true?
regards
Carl
I get errors when I try the following expression in my strongly typed
dataset:
"Sum(Parent.Child(Relation1).Value)"
The error I get is:
"Syntax error in aggregate argument: Expecting a single column argument with
possible 'Child' qualifier."
What I want to do is to navigate from the current row to its parent, and
then use one of the parents child relations to do a sum. It seems like
navigating more than one step is not supported. Can this be true?
regards
Carl