B
Barry Prentiss
Hi,
I have an InfoPath '03 form library datasource that returns all values for
ProjNum and SubProjNum from the forms submitted there.
I am now filtering this datasource to identify the max value of the
SubProjNums for a specific ProjNum (in order to increment by 1 for the next
sub proj form).
My assignment looks like this:
NewSubProjNum = max(@SubProjNum[@ProjNum = ProjNum]) + 1
ProjNum is a value in a field on the new form and displays fine.
max(@ProjNum) returns the max(ProjNum) from the datasource fine.
But filtering the datasource for the max SubProjNum where @ProjNum =
ProjNum returns NaN.
Can anyone see what I am doing wrong here?
Any suggestions?
Thx,
Barry
I have an InfoPath '03 form library datasource that returns all values for
ProjNum and SubProjNum from the forms submitted there.
I am now filtering this datasource to identify the max value of the
SubProjNums for a specific ProjNum (in order to increment by 1 for the next
sub proj form).
My assignment looks like this:
NewSubProjNum = max(@SubProjNum[@ProjNum = ProjNum]) + 1
ProjNum is a value in a field on the new form and displays fine.
max(@ProjNum) returns the max(ProjNum) from the datasource fine.
But filtering the datasource for the max SubProjNum where @ProjNum =
ProjNum returns NaN.
Can anyone see what I am doing wrong here?
Any suggestions?
Thx,
Barry