Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

Query

Posted on by 3,027

Hi

  I have below query but it is giving error when i write this line

(Select sum([Amount]) from [dbo].[Test1$Detailed Vendor Ledg_ Entry]
where [Vendor Ledger Entry No_] = v.[Entry No_] and [Posting Date] = v.[Posting Date] ) as OlAmt

Column 'Test$Vendor Ledger Entry.Entry No_' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.

SELECT v.[Posting Date],v.[Document Type],v.[Document No_],v.Description,v.[Currency Code],(Select sum([Amount]) from [dbo].[Test1$Detailed Vendor Ledg_ Entry]
where [Vendor Ledger Entry No_] = v.[Entry No_] and [Posting Date] = v.[Posting Date] and [Entry Type] = 1) as OriginalAmt
FROM [Test0$Vendor Ledger Entry] v
inner join
[Test1$Detailed Vendor Ledg_ Entry] d
on d.[Vendor Ledger Entry No_] = v.[Entry No_]
group by v.[Posting Date],v.[Document Type],v.[Document No_],v.Description,v.[Currency Code]

*This post is locked for comments

  • Suggested answer
    npanchal Profile Picture
    npanchal on at
    RE: Query

    can you share the full query to understand your error.

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans