Page 1 of 2 1 2 >
Topic Options
#34229 - 12/06/12 01:14 PM Calculated Columns
Miriam Offline
Adagio Maven

Registered: 05/10/12
Posts: 162
Loc: Altona, MB
Hi,
I'm setting up a GridView that will look similar to the Overdue Receivables Report in AR.

This is the formula that I have right now in the calculated column for the "Current" amount:

if ({Due Date}>={As Of Date},{Current Amt},0)

I have made different kinds of changes to the formula but it does not have the same total as the "Current" column from the AR report.

Is this a wrong formula to use for that column or am I missing something?
_________________________
Miriam Wiebil
ChoiceTech Accounting Solutions

Top
#34231 - 12/06/12 02:20 PM Re: Calculated Columns [Re: Miriam]
Bruce Gardner Offline
Adagio Wizard

Registered: 06/15/04
Posts: 3612
Loc: Toronto ON, Canada
Miriam:
The formula looks reasonable. Where is the "As of" date coming from? Put it into a column on the report just so you can verify it's what you think it is. Remember that, unlike the true Overdue receivables report, you can't back-date this GV report.
_________________________
Bruce Gardner
ARX Business Solutions Inc.

Top
#34233 - 12/06/12 04:38 PM Re: Calculated Columns [Re: Bruce Gardner]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
There's an easier way, and it doesn't involve GridView. Run Calculate Customer Aging, and then create a Filter to select only those customers with a balance. Choose the Aging buckets for the Grid when that Filter is selected. Voila - a one line per customer Grid that shows the same as the Overdue Receivables Summary Report.
_________________________
Andrew Bates

Top
#34242 - 12/07/12 06:13 AM Re: Calculated Columns [Re: Retired_Guy]
Miriam Offline
Adagio Maven

Registered: 05/10/12
Posts: 162
Loc: Altona, MB
This is a good idea except that we need additional columns from JC.

Why can't we set a filter to the "Current" column?
_________________________
Miriam Wiebil
ChoiceTech Accounting Solutions

Top
#34248 - 12/07/12 07:53 AM Re: Calculated Columns [Re: Miriam]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
You can.
_________________________
Andrew Bates

Top
#34252 - 12/07/12 08:36 AM Re: Calculated Columns [Re: Retired_Guy]
Miriam Offline
Adagio Maven

Registered: 05/10/12
Posts: 162
Loc: Altona, MB
Okay, this is the formula that we have for that column:

if ({Due Date}>={As Of Date},{Current Amt},0)

Is there something wrong with it? or why would it not show the same amount as the AR report?
_________________________
Miriam Wiebil
ChoiceTech Accounting Solutions

Top
#34255 - 12/07/12 09:33 AM Re: Calculated Columns [Re: Miriam]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Have you run "Calculate Customer Aging" in Adagio Receivables with the same date as the report was run with? That's the function that puts the number in that field.
_________________________
Andrew Bates

Top
#34257 - 12/07/12 10:31 AM Re: Calculated Columns [Re: Miriam]
Bruce Gardner Offline
Adagio Wizard

Registered: 06/15/04
Posts: 3612
Loc: Toronto ON, Canada
Miriam:
In addition to my earlier (unanswered) question, I would ask what figure does show? And add another column that shows the calculated number of days between the "As of" date and the Due Date.
_________________________
Bruce Gardner
ARX Business Solutions Inc.

Top
#34266 - 12/10/12 09:23 AM Re: Calculated Columns [Re: Bruce Gardner]
Miriam Offline
Adagio Maven

Registered: 05/10/12
Posts: 162
Loc: Altona, MB
Hi Bruce,

The as of date is this formula:

QUERYDATE("As Of") and the table is A/R Transactions.

I added the columns the way you suggested but it's still the same.

Which figure are you referring to?
_________________________
Miriam Wiebil
ChoiceTech Accounting Solutions

Top
#34267 - 12/10/12 09:44 AM Re: Calculated Columns [Re: Miriam]
Softrak Support Offline

Adagio Action Team

Registered: 03/09/99
Posts: 11543
Loc: Vancouver, BC Canada
Hi Miriam,

The easiest way to create an 'aging' inquiry in GridView on the A/R Transactions file is to first create a calculated column that determines the number of days 'aged' (by document date) or 'overdue' (by due date) and then use that for your Current/30/60/90 columns. For the Due date, the formula 'Days Overdue' would be: Today() - {Due date} You can change the value of 'Today' by editing the Run Date, so that you can age as of a desired date.

Instead of Today(), you could also use the 'As of' querydate result.

Then create your aging columns as you would expect:
Current: IF({Days overdue} <=0, {Current amount} , 0)
1-30: IF( AND(Days overdue >0, {Days overdue} <= 30) , {Current amount} , 0)
and so on.

This inquiry against the aged Due Date will match the results of the Overdue Receivables report.
Note that it will not match the Aged Trial Balance report because that report ages against the Docuemnt Date, and also there is a possibility that the report date could be backdated earlier than the last purge date, meaning historical transactions could be listed on the report - and not your GridVew inquiry.
_________________________
Regards,
Softrak Tech Support

Top
Page 1 of 2 1 2 >


Moderator:  Christa_Meissner 
Who's Online
1 registered (1 invisible), 87 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14464 Topics
70650 Posts

Max Online: 432 @ 01/20/25 10:17 PM
April
Su M Tu W Th F Sa
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30