create a net column on an analysis by subtracting two columns
Summary:
I am trying to create a net column on an analysis using by subtracting two columns that are included on it. The Analysis is using the GL and AP subject areas.
The formula is taking the sum of the accounted debits minus accounted credits.
I am not getting any results. What am I missing?
Content (please ensure you mask any confidential information):
SUM("Journals"."Journal Line Accounted Amount DR"-"Journals"."Journal Line Accounted Amount CR")
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0