Introducing Acumatica Cloud ERP: 2026R1
Reports, GIs, Dashboards, Pivots
Recently active
I want to format SOOrder.CuryLineTotal to read like 1,000.00 across the entire document. This is due to a formatting issue when having the report do math to the SOOrder.CuryLineTotal value. After the math, it comes out with no comma and more than two decimal places despite the ‘format’ column having of the text box having the right information. Any solutions?
Hi,I want to add a “Duplicate” tag to all the printouts of a report except the first one.If this is the first printout.all the other printouts of the same report should be like,does anyone know how to do this in report designer? Thank you,Regards.
Hello, can someone please kindly help me with this?I want to display the value of ‘not null’ VAT Sales (or) ‘not null’ VAT Exempt (or) ‘not null’ ZERO Rated in “Total Sales”. I need a formula, I’ve been trying to use ISNULL and IFF but I’m wrong. Can anyone please give one. Thanks so much!
I’m trying to show an extra empty row at the end of the report in the report designer, but I don’t know how to go about it. Can someone please tell me what I can do? For example, in the attached picture, there's only two entries. I want to show a third empty row. For every report, one extra empty row at the end. How do I go about doing it?Thanks in advance)) This is the report Report Designer
This is a question related to reporting for date-based activities.In an ideal situation I’d be able to create the below Pivot Table showing a column for each day in the upcoming work week. If there is an activity scheduled against that day, I’d be able to display it in my pivot table. If there is no activity on that day, the day column would just act as a “placeholder.”This would be to help users interact with the data and having a Calendar feel.I see a possibly related question here that looks unresolved.Just curious if, within the Generic Inquiry used to generate the pivot table, if I cross join to:CS Calendar? Field service calendar? Payroll calendar?I’d only want to do this in order to generate the upcoming calendar dates. Or maybe there’s an add-in or another way to solve this.Would be great to hear any ideas.ArlineIdeal layout concept is sketched out here:
Hi Guys, I am building a report that prompts for a vendor:When I run the report it shows the Vendor ID:I would like it to show the vendor name: Currently my schema on report designer looks like this:And no filters for that particular field:Here is the report:Does anyone know what I should do to display the Vendor name
Hi, We are in process of the customizing Additional Remittance Form. We need to add vendor ID as a parameter to this custom report version. Which data field do we need to use to accomplish this requirement? RegardsNethupul
Why would the = [Page Of] not calculate all the pages in report designer? Does the location matter?
Good day. When i preview the invoice printout, it looks fine. However when I download it to pfd, the "-” symbol is disappeared. Is anyone having this issue before?As highlighted the field name, it's showing the "-” symbol in print preview. When we download the printout to pdf format, it's not showing the dash symbol.The field properties
Does anyone know if it is possible to show the “Quantity on Hand” as a column in the Generic inquiry for Stock Items?
Hello everyone,I am working on report Purchase Receipt that will display all items in the gridand also show the sum of Landed costs with code <> “IMP” I tried to join table POReceiptLandedCostDetails to POReceipt But the report return duplicate row:Could you please advise me how to get LandCost related Purchase Receipt without causing duplicate data of POReceiptLine? Please find the report in attachment. Regards,Khoi
Good day,We just upgraded to 2022 R1. Most every time I save changes to a GI I get the below message.Anyone know what the issue is and why I getting this message. My changes are saved. Not sure if anyone else has the issue Error message.Thank you Error: Another process has added the 'MUIFavoriteScreen' record. Your changes will be lost.
Hello - I have a weird issue. We have a custom field on our PO form called “Requested By”. If I go to the PO screen and preview/print, the value appears perfectly. However whenever the PO form is sent via a business event that I created, the “Requested By” field shows but not the value for some strange reason. I confirmed the business event is pulling the same form ID than the one I see when I preview it from the PO screen, so I have no idea what could be causing this. Wondering if there is something I need to change on the form itself or perhaps the business event?
Good dayMy company updated to 2022 R1. I have a number GIs that use the @Today function. Does it still work in the upgrade version. I was previously on 2020 R1. Do I need to replace it with Today(). (Date/Time fields). Does anyone have a list of the 2022 R1 GI functions?Thank you@Evan G
Has anyone ever added the overall average to the footer of this report? I’ve tinkered with it but haven’t gotten it to work and was hoping someone else has already accomplished this and could share their report version. Thanks!
Hi everyone,In report of dunning letter (AR661000). I wonder how to show only the detail of the first invoice which dunning level is 1 instead of showing all including level 0Thanks in advanced
Hi All, We are preparing for a client upgrade and need to find all modified reports. Is there a way in Acumatica that tells you all the modified forms and reports ? Thanks,Shyam.
Hello!I have this visible expression here. What if I need to specify many values in this conditional statement, where or how should I place them? Thanks so much in advance!
Hi,I have spent a fair amount of time testing how a DAC referencing a view in the database works, specifically around a second independent BQL statement on the view not behaving as you might expect. To demonstrate the issue as clearly as possible I have created a simple, abstract test case running on a local instance.I have a view: And, the test case attempts to run 2 BQL statements returning one or more of the following records: There is a DAC that references the view: And, here is the Test method that runs the 2 BQL statements: So here is the issue. When I set a breakpoint at the end of the Test Method and interrogate the contents of q1 and q2, the contents of q2 are wrong. I was expecting 2 records being InventoryID 3236 and 3249, but we have 2 records both being InventoryID 3235 (ie. the record the first BQL statement returned)What is going on here? Some kind of caching around the contents of the View?I have used SQL Profiler to check what query is being running to populate q2
I am new to Acumatica (about 2 months on the3 system) and am having issues try to fund the corrent date fields to use in my Generic Inquiries.Is there a document that explains what each date field in each table is used for. As an example in the SOShipment has two date first one is call CreatedDateTime and the other is called ShipDate. I am struggling to determine when these two field are updated and what each date represents.Thank you for any assistance with these date fields.
Hi all, I have data fields i want to export on Export by Scenarios and have imported mapping as shown image, but i can't export them. Do you have any ideas?Thanks in advance
Hi all,I was in the middle of creating a Generic Inquiry. To know what is the source of the field I will add, I need to have a Customizer role for my account, so I did.But after adding Customizer role, andd going back to the Customer Screen, this error make me stucked: The Trace Error Message says: I tried removing the Customizer role as it was before, even adding new User, but still not able to access the Customer entity. Can you please help me..
Dear partners and customers,Currently, we have two OData endpoints:~/odata, which is GI-based, uses the OData v3 protocol, and has been with us since the 5.1 release; it is widely adopted in various ISV solutions ~/odatav4, which is DAC-based, uses the OData v4 protocol, and was released in 2020R2.The OData v3 protocol slowly becomes obsolete in favor of OData v4. For example, some .NET client libraries stop supporting OData v3 at all, and .NET Core/.NET 5.0+ supports OData v3 only in the compatibility mode with some restrictions.Because of that, we’d like to collect feedback on the OData v3 endpoint usage (GI-based, located at ~/odata route) and ask some question on what protocol-related features you actually use. As you may know, the default payload format for OData v3 is Atom XML (Accept: application/atom+xml or $format=atom). OData v3 also supports JSON in two forms: a regular one (Accept: application/json or $format=json) and a verbose one (Accept: application/json;odata=verbose o
Hi all,Anyone please, is it doable that these highlighted parts disappear. I want it to appear once and the next be blank for the other items when multiple items are under the same transaction. I appreciate any help. Thanks!
Hi everyone,I want to show field currency rate in report designer but I dont know how to do that? If you have any idea, pls advice me.Thanks in advanced.
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.