Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

Report statement body value

Posted on by 255

Hey,

we have a issue with statement report on NAV 2017. When we print customer statement, the total customer balance on the list appears on every page. Is there a way to make it print on last page?.

i tried several possible solutions, and nothing worked. 

*This post is locked for comments

  • Suggested answer
    Guillem Padilla Profile Picture
    Guillem Padilla 425 on at
    RE: Report statement body value

    Hi,

    This is because this field / row is inside a group.

    Export the report as backup.

    Delete the group of this row and try to print, it should be printed after all customer records.

    You can also use the row visibility property.

    In NAV2018 it is managed by a variable (GroupNo), and the hidden expression is:

    =iif(Fields!GroupNo.Value = Last(Fields!GroupNo.Value, "DataSet_Result"), False, True)

    I do not remember how is it handled in 2017 but you can try something like (if you want to keep the row grouped)

    =iif(Fields!CustomerNo.Value = Last(Fields!CustomerNo.Value, "DataSet_Result"), False, True)

    I hope it helps

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans