SUM Aggregate Function with Band and Flags in the Syntax Sometimes Returns Null
Hi
I have the following issue with the SUM aggregate function, using the same data:
If I use SUM with the following format everything works fine:
[sum(<frQuery1."QTYSUM">)]
If I use SUM with the following format (with band & Flags), the result is sometimes NULL:
[sum(<frQuery1."QTYSUM">, MasterData1, 1)]
Has anyone come across the same issue?
FR 5.3.16
I have the following issue with the SUM aggregate function, using the same data:
If I use SUM with the following format everything works fine:
[sum(<frQuery1."QTYSUM">)]
If I use SUM with the following format (with band & Flags), the result is sometimes NULL:
[sum(<frQuery1."QTYSUM">, MasterData1, 1)]
Has anyone come across the same issue?
FR 5.3.16
Comments
[sum(<frQuery1."QTYSUM">)]