Reports, GIs, Dashboards, Pivots
Recently active
I would like to have the notes associated with a transaction to print on the same line on the reconciliation statement report. Which field would I have to include on the report to achieve this?
Working on a project where I created a new workspace and categories to the menu. Then we created some new GIs that pointed to this Workspace and new Categories. I then added those GIs and Site Map changes to a Customization Package. When I published that Customization into a different test tenant, I can find the Workspaces/Categories being created, but the GIs do not populate and I cannot make changes to the GIs to make them populate. But, I can assign a different GI to the new Workspace/Category to populate.What am I missing or doing wrong? Is there a best practice?
My GI is showing some Credits as negative numbers, but a lot more numbers are not negative, showing as positive. I have included the coding to account for negative numbers but it appears to not be consistent across the inquiry.
Hi everyone, we are looking to present data on costs of goods sold to show the average costs of components included in the average costs of finished goods. Our raw materials are average cost, which are then used to produce WIP items (average costs) using production orders, which are then converted to FG (average costs) upon the addition of final components. It seems like this might be possible by drilling down into production orders that led to the final cost of the goods sold. I know average costs complicates this and it might be easier under the specific cost method, but does anyone have any experience with this particular scenario or any ideas to share? Thanks!
We just upgraded to 2023R2, and the connection to Power BI drops after about 2 hours. We reconnect, everything works great, but then later it reverts back to the “This content isn’t available” tile and we get the attached error.
Hello,I've been trying to figure out how to count pages per Sales Order when printing in Batch, but I haven't had any luck so far.Printing individually works fine. However, when printing in Batch (via Print/Email Orders), the 'Page Of' count aggregates all the Sales Orders instead of counting them individually.For example, Order #5 has 11 pages, and Order #8 has 1 page. So when printing in Batch, Order #5 should show 'Page 1 of 11,' and Order #8 should show 'Page 1 of 1.I attempted to update the value of ResetPageNumber to 'True'. It functions correctly if the order has only one page. However, if the order spans multiple pages, it will print '1 of 1' for all the pages.
Hello all,I have been trying to build out a report and i have the User ID set as parameter . So if any user ID is selected under this parameter and the report is run, the full name of the selected User ID isn’t getting displayed. Kindly let me know what is it that i am doing incorrect. Thanks in advance.
Hello TeamWe have a requirement like get the next thursday date based on the current Date in GI. Tried in the SQL like below and it is working fine, Can you please provide Equivalent syntax in GI.DECLARE in SQL @GivenDate DATE = '2024-05-15'; SELECT DATEADD(DAY, (4 - DATEPART(WEEKDAY, @GivenDate) + 7) % 7, @GivenDate) AS NextThursday;Could someone please help on this.Thank you.
When the report executes, I want to get the Current Available Credit value of the Customer to the Customer Statement MC report. Please check the below screenshot. But when inspecting the relevant DAC(CustomerBalanceSummary) shown in the above, it is Non-existent in the DB. Please check the below screenshot. So can i know how to get this detail to the Customer Statement MC report? Thank you.
We have created a generic inquiry which calculates the difference between the last user password change date and today() to get a number. This works.We now want to use that number to filter the records.e.g daysSincePWChange is greater than 0. The filter works if we use EQUAL or STARTS WITH and a given number, which means the result is being treated as a string. What can we do to ensure the calculated results are treated as numbers? Regards
Hello everyone,I'm working on a report in Acumatica Report Designer and have encountered a challenge. My report includes multiple records grouped by a specific field, and I need to display only the first record of each group.I’ve been exploring the options in Acumatica Report Designer, but I haven’t been able to figure out how to accomplish this. Could someone guide me through the steps or provide a solution to achieve this?Any detailed instructions, tips, or code snippets would be greatly appreciated! Thank you!
Trying to get the time difference from when a sales order was created and when it was shipped. The only function I could get was DateDiff. Is it possible to get the time in the format of “HOUR:MINUTE”? =DateDiff( 'MINUTE',[SOShipment.ConfirmedDateTime],[SOOrder.CreatedDateTime])*-1
I would highly appreciate if someone can please share Generic Inquiry or show me DAC and its relationships of Purchase Order inquiry with approver information (that are in tab Approval Details). Particularly I need to show Assigned To field into the inquiry.Thanks.
I am trying to create a GI to compare a customer sales order totals to the open order value from the Customer Financial Tab. Is it possible to use the DAC CustomerBalanceSummary in a GI linked to Customer ID in Sale Orders?
How can I include the Service Contract Billing Period on a report/GI?
I am working on a box label when I noticed something odd and can’t seem to figure it out. Within our database our shipment packages might have many lines. However, when I go to pull that field =[SOPackageDetail.LineNbr] on the Box Label I only get 1 line showing everytime. However, you can see the details below pull different information, specifically the weight. I am joining two tables SOShipment and SOPackageDetail. For whatever reason I can get the weight to pull correctly, and even the BoxID if I try. But the LineNbr always shows one.
Hello Everyone,We have created a Generic Inquiry screen and it is taking 2 minutes in production (where as I have 1256007 records) and this GI is loading very fast in my local machine as I have less number of records.Attached this GI for your reference, can anyone help me to optimize the performance with this GI, when we have huge data.
All, I have a pretty rudimentary GI. I need to filter values with a check box. So I created a parameter and then a condition. Essentially, if the check box is checked I need this to be true:[SOLine.ReasonCode]<>'PENDING'If the SOLine.ReasonCode = ‘PENDING’, then do not display those pending orders in the results.This is what I have. When I click the No Pending check box, all records disappear. I’m not sure where to include the [SOLine.ReasonCode]<>'PENDING'
How is Device Hub supposed to work? I’m very confused with the community posts and help files.Scenario:I have a custom form. I have set the form to print to my device hub printer in user profile. When I run the report to preview and then click Print, should the form automatically print to the device hub printer?
Trying to make a GI that has a Condition to only show results is a specific Warehouse Item detail exists, and if that Warehouse Item detail has the Override Replenishment check box checked. This is what I have currently:But my results do not filter out just the check boxed items. And I triggering the validation of a check box incorrectly?
Hi,Does anyone know how to resolve this error? I am unable to access report IN615000 Inventory Balance Report.Thanks for any help.
Hello all, I’m fairly new to Acumatica, and wanted to know how all of you have installed databases, i.e. Microsfot SQL Server or MySQL. The Aumatica instance is in the cloud but the database would be on prem. I supposed there could be a way to move it. My goal is to write SQL to query the database using DAC’s, but visualizing those DAC’s in the database so that I can see the schema.Does anyone have a set of instructions? Protocols needed, etc? Thanks!
I’m attempting to create a Generic Inquiry based on the INLotSerialStatus DAC.However, it only shows me some of the records that are present in the database.If I use the DAC schema browser and look at the DAC source data, I see about 2,100 fewer records than what are in the database table. I’ve compared a number of db records and have been unable to find a commonality between records that don’t show in the DAC.Is this a bug, or is there logic that filters INLotSerialStatus records and is intended to hide them from the DAC based on certain criteria?As far as I can tell, all the records that don’t show in the DAC, are records that have production orders that haven't been completed yet. However, there are plenty of records for items that are in various stages of production, that do show in the DAC.
Is there a way to “filter” out alphanumeric characters from an INT field? Somehow, our Parent.BAccountID field has aat least four customer numbers, such as AAMISC, C000001, INTMISC, and KCTEST which, when I do a GI linking Parent accounts with Child accounts it continually throws an error message:I’ve tried filtering out the “bad” customer numbers in various ways without any success. For example and I am only using two of the four for now:Any help, if it is possible, would be appreciated. I suspect that these were imported into the system because I didn’t think it was possible to do this as a manual entry.
A client, in Canada, needs to have some TaxIds grouped together on the printed AR InvoiceI created a subreport to do the calculations & return the calculated total. This is what the calculation is: =$GST + IIF ( [ARTaxTran.TaxID]='FREIGHT13' OR [ARTaxTran.TaxID]='FREIGHT15' OR [ARTaxTran.TaxID]= 'FREIGHT5' OR [ARTaxTran.TaxID]='GST' OR [ARTaxTran.TaxID]='GSTNOPST' OR [ARTaxTran.TaxID]='HST13' OR [ARTaxTran.TaxID]='HST15', [ARTaxTran.TaxAmt] , 0)This works perfectly for Invoices. When a Credit Memo is printed the result returns zero. I set the subreport up in the site map & ran it & the totals appeared as expected. I have no idea why the Credit Memo is not returning the results. Any assistance would be great!The 2 reports are attached.
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.