Hi all,
I'm busy with creating a report which shows the turnover per country per period.
See attached screenshot.
Is used the following formula:
=NL("Sum";"G/L Entry";"Amount";"Posting date";"01-01-2010..31-01-2010";"G/L Account No.";"8500..8600")
However, I need to add a filterfield (source no.) in this formula which enables me to get all the customers from a certain country. I need to have a link to the 18 Customer table. Can someone help me how to fix this?
Thanks!
4 comments
-
Jet Reports Historic Posts Do you really need to use G/L? The customer table has a field that holds the sales value (excl VAT). Check F1 in NAV to learn more about this field if you want.
In your report it would be something like this for each country.
=NL("Sum";"Customer";"Sales (LCY)";"Country/Region Code";RefToColumnB;"Date filter";"01-01-2010..31-01-2010") -
Jet Reports Historic Posts Thanks for your reaction.
But yes, I need to use the G/L account table. I only want the amounts booked on certain nominal codes. The customer sales (LCY) table shows all amounts, even the ones being booked on other nominal codes. -
Jet Reports Historic Posts Nominal codes… Interesting… Well, then you could try this:
=NL("Sum";"G/L Entry";"Amount";"Posting date";"01-01-2010..31-01-2010";"G/L Account No.";"8500..8600";"Source No.";NL("Filter";"Customer";"No.";"Country/Region Code";ReferenceToB)) -
Jet Reports Historic Posts Ok thanks for your reply.
But the formula gives an error, see attached file (supposing you are Dutch :))
Thanks,
Tom