Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

Data Not Getting Displayed when Given Range

Posted on by 3,027

Hi

  I have added 1 field on Request Page for selecting G/L account . When i give single Account it works fine. In Range it does not work

G/L Account - OnPreDataItem()
"G/L Account".SETRANGE("G/L Account"."No.",GLAccountNo);

G/L Account - OnAfterGetRecord()
OpgBalance := 0;
Balance := 0;

G/L Account - OnPostDataItem()

G/L Entry - OnPreDataItem()
SETRANGE("Posting Date", 0D, ToDate);

G/L Entry - OnAfterGetRecord()
IF "G/L Entry"."Posting Date" < FrDate THEN BEGIN
  OpgBalance += "G/L Entry".Amount;
  Balance += "G/L Entry".Amount;
END;

IF "G/L Entry"."Posting Date" < FrDate THEN
  CurrReport.SKIP
ELSE
  Balance += "G/L Entry".Amount;


Thanks

*This post is locked for comments

  • Suggested answer
    Amol Salvi Profile Picture
    Amol Salvi 18,694 on at
    RE: Data Not Getting Displayed when Given Range

    Check this link for better understanding of setrange and setfilter

    msdn.microsoft.com/.../dd354955.aspx

  • jsshivalik Profile Picture
    jsshivalik 3,027 on at
    RE: Data Not Getting Displayed when Given Range

    Hi

      Why Setfilter , not SetRange

    Thanks

  • Verified answer
    mmv Profile Picture
    mmv 11,465 on at
    RE: Data Not Getting Displayed when Given Range
    G/L Account - OnPreDataItem()
    "G/L Account".SETRANGE("G/L Account"."No.",GLAccountNo);

    It has to be changed to

    G/L Account - OnPreDataItem()
    "G/L Account".SETFILTER("G/L Account"."No.",GLAccountNo);

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,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans