why raise this exception ?
I write in object system text memo4: [sum(<frxds1."stock", band4>)]
when project running, raised a exception: 'memo4: expression error 'sum(<frxds1."stock", band4>)]': ';' expected'
other memos for aggregating can
aggregate right after deleting memo4.
Someone can tell me why? thank you!
when project running, raised a exception: 'memo4: expression error 'sum(<frxds1."stock", band4>)]': ';' expected'
other memos for aggregating can
aggregate right after deleting memo4.
Someone can tell me why? thank you!
Comments
Change this
[sum(<frxds1."stock", band4>)]
[sum(<frxds1."stock">, band4)]
for the last line.
best regards
Roger