Introducing Acumatica Cloud ERP: 2026R1
Reports, GIs, Dashboards, Pivots
Recently active
The report does not give me any data and shows this as an error
Hi,Can I get a report of the activity of each user for using the system?Thank you.Regards,Raymond
Hello, I made a simple rpx like below.I would like to sort the lines by inventoryCD.I don’t know why. is it caused by the relationships below?Or is it that the sorting did not work for group sections? The result is not as expected. It is not sorted by inventoryCD.
Dear partners and customers,Currently we are revising the process of sending reports, and we’d like to get your feedback on whether merging reports into one file is useful to you.We suppose that the Merge Reports functionality is being used primarily for gathering several reports into one email which is obviously useful and there is no doubt about it.At the same time, merging several reports into one file does not seem helpful and we’d like to deprecate it.Are there any business cases when it is needed to get one merged file containing several reports rather than several reports in separated files?Any feedback would be much appreciated.
Hi everyone.I am encountering a layout error with a field that will not display when printing on a Purchase Order. I have created a PO and generated an intercompany Sales Order. under the “others” Tab of that purchase order there is a Related SO nbr which i need to display on my PO layout. In my Report Designer i have selected this field [POOrder.IntercompanySONbr]. It is standard in the Schema and did not need to be brought in via manual connecting. When i print this report the field is blank and does not show the related SO Nbr. I have tried refreshing the Schema and refactoring but nothing has seemed to change.Would anyone have an idea to what the issue could be here.
I was trying to set up the Lot/Serial Numbers Report (IN.61.30.00) to be an automated report (CST.SM.20.50.20) that gets emailed out, but I did not see it under the Screen ID selection. Or maybe it was Business Events (CST.SM.30.20.50) that I was thinking of that would send out emails.Is this an access thing I need to turn on or it cant be done?
Is it possible to create a report that shows the difference between AP and AR from the same vendor. (i.e the vendor is also the customer).
Has anyone created a Summary Invoice for Projects. In contracts there is a drop down for Summary or Detailed Invoice. Anything similar in Projects
Hello - Is it possible to display notes from the Customer screen on a Generic Inquiry? I see it’s been added to one of our reports via =[Note.NoteText] but I cannot figure out how to recreate in a GI. I cannot find this CustomerMaster table in the GI screen:
On our Shipment Confirmation form we provide our lot numbers on stock items but on a service or non-stock item I want to hide the Lot # field to not show that doesn’t have a lot code. See below. I tried using =IIF(StkItem = FALSE, FALSE,TRUE) in the text box visual expression behavior but it does not work. Can someone let me know if I need to add something to the schema to make this work?
My Mass Update is greyed out in my GI regardless of the Entry Screen I set. I am using APTran and trying to mass update the 1099 Box form on all of them. When I go to select an entry screen, I only get Bills and Adjustments as the “PL” screen, not the actual entry screen. Using the PL screen still renders all my options as greyed out. I assume I’m missing something obvious, so any help is greatly appreciated.
Hello Community,I have created a new GI and have a question on it. It is pulling information how I wanted, but then noticed that it is missing information. This is a copy of the Account Details report, but I added the Reason Code column.This is the report results:For the Reason Code column, the SCRAP result should continue down the report as it is all the same record.I have tried different relationship set ups, but the SCRAP is not coming through for the rest of the items.These are the relationships that I currently have set up:GLTranR left join to INTranGLTranR left join to GLTranGLTran left join to BatchAny ideas/feedback is welcome!Thank you,Trisha
Hi There,I’m looking for AP retainage report shows open retainage invoices as of historical cut off day. Ie. Open retainage invoice as of Oct 31 2023. Thank you.
Hello All,I have been trying to add the report logo in a sample report. i took the reference of the already created reports in Sales Demo, but my report doesn’t print the logo.
How can I display the latest bill number for a particular vendor record in vendor GI?How can I display the total number of payments for the vendors for a particular year in vendor GI?And how can I display the sum of the spend made to the vendors in a particular year in vendor GI? Thanks in advance.
Hello, We’ve recently activated an additional processing node in our instance, but every generic inquiry I try to run shows this error if the results have more than 1000 records. I tried running the same GI’s in the original node, and they work just fine.The biggest reason we wanted to have this additional node was for running larger reports/GI’s and being able to export them without taking processing power away from the rest of the work. Any ideas why this is happening?
hello all,I would like to know if there’s any report or GI in acumatica that would display the failed login attempts by users. I tried but didn’t find any. If its not there how can build up a GI for the same? Thanks in advance.
Community,I am writing a GI to show number of days between Production Date and Shipping Date.I am currently using this formula, and it is pulling in the information correctly.=CInt(DateDiff('d' ,[AMProdItem.ProdDate] , [SOOrder.RequestDate])) It is pulling in correctly with the results, but when I try the filter, it does not allow me to sort by greater/less than.This is the report results. I do not have any parameters set up, I do have a few conditions set, those are round what type of status to bring in. What can I do to set it up so that the end user can sort that Date Difference column using the greater/less than function?Thank you,Trisha
Hello all,I have been looking how can I calculate the number of payments done by the customer in a GI?
We have a report that we want to highlight the last billed date if it is six months or older, but I’m having trouble getting the correct coding to make it happen. I know that I’ll have to have two overlapping fields, one visible for the highlighted dates, and one visible for the non-highlighted dates. For the highlighted dates, everything I’ve read has lead me to believe that =[ContractBillingSchedule.LastDate]>=Today(),'m',-6 should work, but it doesn’t. I’ve tried adding additional parenthesis, apostrophes, etc., but always get the same error: Syntax error in the expression. Context: TextBox 'textBox53' property 'VisibleExpr' Any ideas? I’m sure it’s probably something simple that I’m missing.
After the upgrade to Acumatica ERP 2023 R1, I cannot open or print a custom Check Form with Remittance (AP641000) form due to the “The report cannot be opened because it includes a table (ROUTINGNBR) or a field (AccountID) that does not exist” error message as shown in the following screenshot.
I have added the header Notes to the body of our Project Invoices and that works fine. However when the doc type is Credit Memo, the Notes get duplicated in the body of the printed form. How do I fix this?
All,I’m seeing the following error on our transaction labor report. The Opr Nbr field is throwing an Invalid field error:I checked in the Report Designer schema and everything appears to be linked/associated ok. Is there something obvious I’m missing?
Hello all,I have been trying to add a parameter of the line level Note Text in a report. i would like to filter and display the results in the report based on the term entered in the Note Text field. So till now I have tried to add as follows: So as an example: if any of the records has a note text entered as “record is accepted”So if I type “accepted” in the report parameter then the system should only display the records that have the text “accepted” entered.So as a result the report should display my record as “record is accepted” since it contains “accepted” in the string.Also to mention the parameter that I am trying to add is not getting displayed on the screen.How can I get this done? Thanks.
How can I display all the Line details in a report? I tried to following syntax, but it only displays the first line : Thanks in advance.Also I am looking to apply the PXFiltered Condition, so it is like if the line detail → Account column contains the word/number “200” then only it should display the line detail.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.