Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics SL (Archived)

Revenue Recognition Report Returns Too Many Results

(0) ShareShare
ReportReport
Posted on by

When we run the Revenue Recognition PA.REV.00 in a previous month for a specific job, several jobs show up on the report. For instance, if I ran the following:

GL Subaccount: 02

Project: 0213-0020

Fiscal Period: 06-2013

It returns 92 results with over 20 different projects and every GL Subaccount, not just 02. The report WHERE statement (at the top of the report under Transaction List By Batch) has ({PJtran.BATCH_ID} = '0000040051'). So it looks like this report is selecting everything with this batch number, which, when I look in the PJtran database, there are 35 distinct projects with that same batch ID.

The query:

SELECT [project]
,[batch_id]
,[fiscalno]
,[gl_subacct]
,trans_date
FROM [S4THEESCOGROUP].[dbo].[PJTran]
WHERE batch_id = '0000040051'
ORDER BY trans_date, project

Looks like what this report is returning when it should be:

SELECT [project]
,[batch_id]
,[fiscalno]
,[gl_subacct]
,trans_date
FROM [S4THEESCOGROUP].[dbo].[PJTran]
WHERE gl_subacct = '02' AND project = '02130020' AND fiscalno='201306'
ORDER BY trans_date, project

This report is a built-in report in Dynamics, it should just work without me having to create a custom report. If I need to, I can, but I would rather fix this issue that just work around it.

Thanks

*This post is locked for comments

  • RE: Revenue Recognition Report Returns Too Many Results

    Hi luka009,

    Were you running in Preliminary or Final?

    Also, what displayed in the section of the screen in which the results are displayed?  Did the screen also include other transactions outside of your selection criteria or was it just the report that returned too many transactions?

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans