Hi,
I want to use nl(sum) to sum the amount in G/L Entry with filtered range date in year 2023 based from function below:
=NL("SUM";"G/L Entry";"Amount (LCY)";"Posting Date";T$5;"Order Dimension";$C11;"G/L Account No.";$D$2)
1. $C11 formula = NL("Rows";"G/L Entry";"Order Dimension";"G/L Account No.";$D$2;"IncludeDuplicates=";"False";"Order Dimension";"<>'@@")
2. $T$2 Value = "01/01/2023..31/12/2023"
The Jet Report run successfuly, however the entries with posting date 01/01/2023 are excluded so that the sum result is not balanced with my G/L Entry. I there any errors with the function?