web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

SSRS Detailed Trial Balance

(0) ShareShare
ReportReport
Posted on by

I'm trying to add a total column of debits and credits in the Financial Trial Balance report.  The result is 0.000 when I add a calculation of debit + credit fields.  I also tried entering the <<exp>> of each field in the calculation but received an error. Has anyone else addressed this and found a resolution?  Thanks in advance, debi

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    soma Profile Picture
    24,410 on at
    RE: SSRS Detailed Trial Balance

    Create a expression field with you count function and added it into the report footer.

    ex: Count(TableValue.Value, "Total Debit")

    Hope this helps!!!

  • Community Member Profile Picture
    on at
    RE: SSRS Detailed Trial Balance

    Soma,  I'm not sure why you are suggesting to use count but I tried the following expression Count(TableValue.Debitamt, TableValue.Creditamt, "Amount") and received an error that the expression contains a lookup value, running total or other.  Is this what you meant?

  • Suggested answer
    soma Profile Picture
    24,410 on at
    RE: SSRS Detailed Trial Balance

    Sorry, I was misunderstanding you question. I was think "you need total number of debit and credit rows". Now I am clear about your question.

    1. Add a new column in that report.

    2. In the new column right click and select expression (fx).

    3. Then Choose Field in Left side pane.

    4. Right side pane will shows available fields in that report. Double click debit amt then type "+" in Edit Expression window and then double click credit amt.

    5. Click OK and run the report.

    Hope this helps!!!

  • Kimberley Stevens Profile Picture
    720 on at
    RE: SSRS Detailed Trial Balance

    Hi Debi,

    I think you're trying to add a running balance to this report.  Is that correct?  I've been fiddling with this for a couple of hours, and have DR - CR working, but the Beginning Balance only adds in on the first line.  

    Just wondering if you were able to resolve this.  

    Cheers!

    Kimberley

  • Suggested answer
    Kimberley Stevens Profile Picture
    720 on at
    RE: SSRS Detailed Trial Balance

    Hi Debi,

    I got a running balance to work in the SSRS Financial Trial Balance Detail report by adding a column at the end, and including the following formula on the data row for this column:

    = iif(Fields!ACCTTYPE.Value = 2, Format(RunningValue((Sum(Fields!Beg_Bal.Value)+Sum(Fields!DEBITAMTD.Value)-Sum(Fields!CRDTAMNTD.Value)), sum, "AccountNumber"), "N"), Format(RunningValue((Sum(Fields!Beg_Bal.Value)+Sum(Fields!DEBITAMTD.Value)-Sum(Fields!CRDTAMNTD.Value)), sum, "AccountNumber"), "C"))

    I had to add another sort criteria (JRNENTRY) on the 'tbl_Main_Details_Group' group in order to get the transactions to appear in order.  Otherwise the beginning balance pulls in on the first day, but not necessarily on the first line.

    I made a number of other formatting changes as well, but the instructions above will give you a running balance.

    Hope this helps you or someone else out there!

    Kimberley

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans