Introducing Acumatica Cloud ERP: 2026R1
Reports, GIs, Dashboards, Pivots
Recently active
Hi, I’m trying to better format a Dashboard Table to show whole dollar rounding for some of our GI’s. I’ve been scouring different DACs and Community posts trying to find a ‘whole dollar’ schema that would provide a right aligned number with comma separators and no decimals. (#,##0).I’m able to use these parameters for Report Design and Pivot Views, but cannot find a schema to use with this format. I’m hoping I’m just way overlooking the solution to this and maybe someone could help me out. I’d really like to avoid creating a Customization to achieve the formatting.
I would like to create a report that includes Inventory ID, Description, Lot Number, Warehouse, Location and Ending Balance ONLY. The system seems to be only pulling transactions which ends up looking like duplicates on the report itself OR the lot number is completely empty. Is this a limitation?I found this previously posted:
Hi All,We have added date filters and Location Filters to the Inventory Valuation report. Could you please assist us in resolving the data filtering issue specified below.If the date filters and the warehouse, Location filters all are selected, data is filtering properly and prompting expected results in the report. Whereas when only Data filters are selected, without Warehouse/Location, it is prompting incorrect results. (not filtered)We have attached the screenshots for the Relationships and filters tab in reports.Please review the report considering the issue and share your thoughts.Thanks,Swathi A.
Hi AllWe have a custom report in our instance (24R1) called ‘Quantity Sold Report’ it basically gives us how many items were sold, how many we have on hand and how many we have on order (see screenshots attached).The users wanted a bit more granularity to the report and asked if it was possible to include the brand of the products as well, since brand was an inventory attribute being used, I was able to add it as a parameter and it worked (see screenshots attached).We have another attribute that they would like to use as a parameter, that being the ‘Critical’ attribute to mark if the item is a critical item or not. I added the parameter to the report same as the brand attribute (see screenshot attached) but the items do not show how we wanted it to. If the critical item checkbox is ticked, then only the items marked as critical show up which is correct, however if the box is unticked only the items that are not marked at critical show up. I’m not sure if that is how the behavior is sup
Hi All,I need to create a GI based on the below info. I don't know how. Does anyone perhaps have a similar GI that I can use or give me documentation on how to do this. I am still new to Acumatica ThxDries
Hi, I am having troubles converting my attribute value into a number for my expression.I have an attribute applied on some stock items that is called UNITCOUNT which is just a field where I can enter a basic number.Essentially a 10 count box the unit count attribute would be 10. Or in the same way, 10kg of powder would be 1000 servings so the unit count would be 1000. I was told to pull in the CSAttributeDetail Data Source but I am not sure that I connected it correctly. The UNITCOUNT attribute displays in the GI perfectly, however, when I put it into an expression like:=([AMMTranSplit.Qty]/ (CStr([InventoryItem.UNITCOUNT_Attributes])) I then get an error when viewing the GI I was told to use CStr() or CDec() to make sure the attribute was converted into a useable number for the expression, but it is not working. Any help on this would be greatly appreciated. Here is my GI attached:
Hi everyone,We have a custom report titled "Freight Out Expense" that only has two parameters: From Date and To Date. However, the additional sort and filter options within the report don’t appear to be working when the report is executed.Has anyone encountered a similar issue or can provide guidance on how to troubleshoot this?Any help would be appreciated. Thanks in advance!
Hello, new to Acumatica and looking for help. I’ve looked through the receivables and noticed that I can’t select certain past due invoices to the same customer with attached copy of their invoices by email. Are we able to do this? Also, are we able set up a schedule for past due invoice(s) to customer by email along with a copy of the invoice(s)? Thank you!!
The Generic Inquiry has more than 3000 of records. In the footer the Aggregate Sum is not showing. Any Idea to get the Aggregate Sum ?
Current procedure requires the manual selection by BRANCH to see the UNPOSTED BALANCE prior to release of activity that has been uploaded for each subaccount. Is there a quicker way or system report that would return the end of period UNPOSTED BALANCE listed by SUBACCOUNT? The Account by Subaccount only reflects the RELEASED BALANCE.
Hello, I am trying to create a GI that shows inventory usage (sales and issues) for a pivot table that will display the current 12 months vs prior past 12 months. My last activity link does not seem to be displaying data for the last activity period. I am also trying to create a formula to group periods by current and prior which I can use as columns on a Pivot Table for qty totals. Something like switch(month(today()),'1',month(today()-1),'1') then when it gets far enough back switch(month(today()-12,'2',month,today()-13,'2') but I am unsure of how to apply this in the GI. Can anyone provide help on this? GI attached. thank you!
Hi! I am merging two Generic Inquiries together to achieve the following:If the item on shipment is a kit item, display the component items of that kit, and the vendor inventory item of that component item. If the item on shipments is not a kit, then display it as is. Issue:While everything is pulling in and displaying correctly. I am unable to drill into the item if it is a kit, and unable to drill into its related component items. When I click on them, I would expect it to take me to the stock item screen, however, it gives me the error: Object reference not set to an instance of an object.If the item on shipment is not a kit item, I am able to click on the item and it does take me to the stock item screen. Any suggestions on what maybe causing this issue and where I should look at?Attached below Shipment Detail is the main GI.
I think I know the answer to this already (since the import scenarios tied to a business event have a data provider tied to the business event) but I figured I’d ask.I have two generic inquiries that present the same columns and data; one is based on serialized inventory while the other is based on non serialized. I have a business event that runs through these and does some automation (a couple of GL entries).The business event logic doesn’t matter whether it’s serialized or not; the formulas within the GIs are slightly different, though. I could probably consolidate them and have more complicated formulas, but I’m curious if there is a way to have a single business event that is tied to two separate GIs, without copying the business event (and the two import scenarios that it triggers, which is where the real magic happens).
Hi all,I’m trying to figure out some user auditing that I don’t think I can reach via the UI. There’s an Operation column in LoginTrace, and it would be useful to know what the different numbers there might translate as. Does anyone have a key?(the particular numbers I just spotted are 2 & 4,1 (Login)& 16 (Screen accessed/modified)I think I understand, though obviously I could be wrong.
Adding the Terms defined on the customer to the customer Statement Report. AR641500The Customer table is part of the standard report, but when I add any of the Terms_ID fields to the report I get an error saying it is invalid. Any thoughts?I have tried all 3 of these with the same results. This is under Customer in the tree shown in the image below.
Hi Everyone,I am working on a P&L monthly analysis report for projects. but I am having trouble on how to configure the totals’ column, i.e. when I run the report for example for March. it will show columns of Jan and Feb with zero since there are no figures in those periods as you can see the screenshot, but in the totals’ column it will show the totals from all the other previous periods not just the ones in the report which is ideally supposed to be zero. If there is anyone who knows to solve this, please help out.This is how it’s set it up in column sets.
Is it possible to turn number format to letter format in a reportE.G: 100 I need like this → One Hundred
Hi All,I am trying to get my generic inquiry to do two things that I am not understanding… Grouping the items from the bom into a grouping in some way so that it doesn't look like i need the same weldment 36 times Also, this is what it is generating when the BOM i am working with is It seems to be changing the work center on the second operation and is doubling how many times it is showing it. Any suggestions are helpful at this point or if more screenshots are needed please let me know!
Hello. I’m trying to create a Generic Inquiry that pulls information from the PREmployeeAttribute screen which resides under Employee Payroll Settings > Tax Settings.I have the GI created and linked with the PREmployeeAttribute table but I’m not sure how to specify which ROW and COLUMN that GI pulls.For example - when I choose Object: PREmployeeAttribute > Data Field: value it will return the social security number. I’m guessing because that’s the first value on the table. But I want to add another column / row in the GI that pulls the ‘value’ from the Ethnicity row.
So I was calculating the % completion on a project in a generic inquiry by dividing the actual costs to date by the Revised estimated costs on a generic inquiry. After some help from the community I was finally able to get the formula to not error out. The ending calculation was not correct so I took out the division piece and had it show me just the top number and just the bottom number but those are not pulling correctly. I used the same fields that are existing on other lines the generic inquiry. I’m usingPMBudget.Type= ‘E’ and the PMBudget.ActualAmount for the cost to date PMBudget.Type =’E’ and the PMBudget.RevisedAmount for the Revised Estimated costs. If I just pull those lines that already exist Actual Cost to date and Revised Budget amount and setup new lines copying the same formula. I get different amounts.Here is the results the column and the test column next to it have the exact same formula I copied and pasted but they come out with different results?Original Cost to
I’m trying to get a contact email from a Sales Order to a email, however, this is bringing in the Contact ID and not the email. I’ve tried to get the email in the box, but only the ID is able to add an attribute. IS there a way to convert the ID into a Email.
Thanks everyone for the help recently on creating some new Dashboards, learning lots! A new issue/opportunity that has popped up:I am trying to create a meter widget that shows our sales reps their Margin dollars compared to their Margin Quota.The Margin Quota is stored in an attribute in the employee table.We have the GI already focused in on the individual employee but not sure how to have it pull in the Employee Quota attribute for that particular employee.Here is the attribute: Thanks
I am trying to enter a formula into a generic inquiry that gives me a % of completion based on:cost to date/estimated budgeted costs * 100When I started I kept getting a div/0 error so I wanted to write the formula as follows if the cost to date or the estimated budgeted cost was less than or equal to zero then column would return a value of 0 otherwise it would return the value of the calculation. I am just learning the syntax of more complex if then statements. I have tried everything and moved from syntax errors to index out of bounds. Here is my formula that is now generating a invalid string constant error. =iif([PMBudget.Type] = ‘E’,iif(([PMBudget.CuryActualAmount]<=0) or ([PMBudget.Revisedamount]<=0) ,0,([PMBudget.CuryActualAmount]/[PMBudget.Revisedamount]),0) It seems like it should be a fairly simple formula but it just not working. I’m missing something.
Hi: The dashboard Production Manager 2024R2 has a Work Center Queue widget showing the Quantity to Produce. The Quantity to Produce column is the quantity to produce for production orders planned, released, and in process. I expected it to be (quantity to produce – quantity completed – quantity in process = remaining quantity to produce). However there is no such column in the GI.The solution could be to have CoPilot that answers my question “ How can I see the remaining quantity in the GI?”See more details in the attached document.Thanks for your helpToon SixToonSIx@intercs.com
I would like to be able to keep track of quantities that were produced during Overtime Hours.My initial thought was to have a GI for move transaction history with a checkbox that would check if it was made during these overtime hours. This has proven to be quite the task and I just can’t get the correct transactions checked. I then thought I could create a Work Calendar and pull it in as a Data Source to compare with the times that the transactions occurred at. For this I had to create a GI that pulled the time information from the work calendar which made it display as a formula when it was used as a data source. However, I get an error when viewing the inquiry that these items “can’t be bound” (whatever that means). My new thought would be to create a business event that would trigger when a move transaction happened during Overtime Hours and it would automatically update an Attribute within the produced item displaying OT. This way I could filter by the attribute. However this
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.