Hi everybody !
By any chance, does anyone have the AR631000.rpx in the Generics Inquiry?
We’d like to add the AR value to our dashboards with the age date set to a specific date.
Thank you in advance,
Hi everybody !
By any chance, does anyone have the AR631000.rpx in the Generics Inquiry?
We’d like to add the AR value to our dashboards with the age date set to a specific date.
Thank you in advance,
Best answer by KrunalDoshi
Hi
You can apply similar formula in GI as per the AR Aging report (AR631000). I have created similar GI and it was working as expected. Below screenshot will help you, where [AgingDate] is the Today’s date GI parameter.

One such formula is below for your easy reference.
=IIf( DateDiff( 'd', ISNULL([ARInvoice.DueDate],[ARInvoice.DocDate]), [AgingDate] )>0 AND DateDiff( 'd', ISNULL([ARInvoice.DueDate],[ARInvoice.DocDate]), [AgingDate] )<31 , IIf( [ARInvoice.DocType]='CRM' OR [ARInvoice.DocType]='PMT' OR [ARInvoice.DocType]='PPM', -[ARInvoice.DocBal], [ARInvoice.DocBal]), 0)
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.