Reports, GIs, Dashboards, Pivots
Recently active
Hello,We are implementing time card in a client who does NOT use project, and finding that just basic time card reporting seems to be lacking. Has anyone created time card reports or inquiries they would be willing to share? Thanks!
I’m setting up some Generic Inquiries that are exposed via OData for ingestion into a data warehouse.Some of the GIs are comprised of data from multiple tables (Customer + Address, for instance).In order to implement an incremental load strategy, I include a computed data field for Last Modified DateTime that looks like this:=Max([Table1.LastModifiedDateTime],[Table2.LastModifiedDateTime],etc,etc)But when I try to filter on that via an OData query such as this (where the actual date/time is filled in based on a previously captured value)$filter=ModifiedOn gt datetime'yyyy-mm-dd hh:mm:ss' I get an error messageError while copying content to a stream. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. However, if I include all of the LastModifiedDateTime values in the GI, I can successfully query data with a filter such as$filter=LastMod1 gt datetime'yyyy-mm-dd hh:mm:ss' or LastMod2 gt datetime'yyyy-mm-dd hh:mm:ss' or ... or
I am having issue when using attributes for project tasksnot allow default value. this is different compare with attributes in Case or other screens When sorting by attribute in one Generic inquiry, it generates the error. I then tested a GI with cases, it allows sorting on attribute there.
Does anyone know how to display a boolean field as a checkbox on a report?
Does anyone know if this Use Master Calendar checkbox on the Report Definitions (CS206000) screen does anything? I have a Company where the Financial Period ID 11-2020 is mapped to the Master Calendar Period ID 02-2021 in the Company Financial Calendar (GL201100) screen: If I make an entry for $60 to period 11-2020: Then I create a report with the Use Master Calendar checkbox unchecked, the $60 appears when I run the report for period 11-2020 which is what I would expect: Then I check the Use Master Calendar checkbox and relaunch the report. But I get the same $60 result in period 11-2020. I was expecting it to be empty because I was expecting to have to run the report for period 02-2021 to see the $60. But when I run the report for period 02-2021, it’s empty which is not what I was expecting. It makes me wonder if the Use Master Calendar checkbox actually does anything or maybe it just got added to the screen with the functionality coming in a future version. I did my testing in Acuma
Does anyone have a clever way to use a Parameter in a Generic Inquiry to generate a HAVING clause in SQL right after the GROUP BY clause? It generates a WHERE clause which doesn't allow me to work with the aggregation results.I can do an on-the-fly filter, but I was hoping to use a Parameter.
Hello, We serve chain stores, and they are requiring a report every month like below:The cell value is the weekly usage of that single store store 1,2,3 is served by branch 1, store 4,5,6 is served by branch 2, store 7,8 is served by branch 3 Yes, this report can be done, if we run an inquiry by branch. And manually merge the data together to each colored section in excel. But my colleague is tired of doing the merge again and again. Is there a way to help him fill in the excel more quickly? I am thinking of “Pivot Table”or the “Excel Sync function” from different GI data sources, the problem is excel sync can not be parameterized. or “the report designer”, the problem is the layout Which way do you think is the best way to fulfill my need? Or Can my need be fulfilled? Please advise. Thank you.
Hello, I need your help. Previously I thought it is easy, but Now I did not find out a solution.As we know, the 0 shipment line would not turns into ARTran.So we might meet a situation like Shipline ARTrana bb cc d eline d and e is added by Advanced Direct Invoice Function. So they only have invoice#, no shipment#line a is shipped 0, so it did not turn into ARtran.My need is to display on the Printed out Paper invoice with all lines: although a is with 0 qty.likeabcdeI previously thought is a full join can get this done.But my problem is, if we are printing Invoice, we normally only know Ref# and Type.If I apply the Invoice ref# as the where condition,The line a will still be disappeared, Because a.ref is null.What should I do? Can a
Hello, I put the sub report in the group header align to left, and set its text align to left But when I run , the sub report will still show in the middle of the master report Is there a way I can make the sub report to align left?
Hello Everyone, Just want to find out if we can specify a reprot template that can be used according to assigned role? e.g. when a Billing person runs a Sales Order report to be printed, it does not include the logo etc as they will be printing on a ‘pre-printed’ form and would only need the specific details like the item, price, tax etc. But if a Salesperson print the same Sales Order, it will printed everything including the logo etc. Thank you guys in advance. Kind regards,Mrivera69
When we send an email from our Shipment screen (SO302000) using Actions>Email Shipment, the emails that get generated are almost identical to the Notification Template it must be using (ID: ShipmentConfirmationNotification), except there is one line inserted “Track your shipment at [Tracking Link]”. Unfortunately, that [Tracking Link] placeholder doesn’t use the tracking number to populate. I can’t determine where it is getting this change to the template. It is the only Notification Template related to Shipping at all. There are no changes in the customer’s Mailing Settings or the Sales Order Preferences Mailing Settings. I’d like to delete that line, but can’t find it, plus you cannot alter the email before processing it. We are running 2020 R1 build 20.106.0005 with the Manufacturing Edition. Any help would be great! Thanks!
I can retrieve data from the POLandedCostSplit table in the database: But I can’t find a Data Access Class that will allow me to retrieve the POLandedCostSplit data: I need to retrieve the data using a Generic Inquiry and I’m trying to avoid having to create a SQL View.Does anyone have any ideas?
Does anyone what the difference is between the N and O LayerType values in the INCostStatus Data Access Class (DAC)?I’m also wondering if there are any possible values other than N and O.INCostStatus is the DAC that stores inventory costing layers and it’s used in the Inventory Valuation (IN615500) report.
Hi, so i am new to ACM report designer. I am creating a report of payroll for our vendor, where every detail(job) done by the vendor is listed. Which includes job date, start time, finish time and different payment for the same job(officer pay, city fee, car fee).ReportNow my report is grouped by job ID. And the information about the different payment is pull out a DAC called” APTran”, where the are stored in a table like below. But not all job includes all 3 form of payments .Some only have officer pay, some have officer pay and city fee and some have all three(and they are always stored in city fees, car fees, officer pay- in this order).There is a field called inventory id ,which includes the three payment method class. To get the officer pay information in the report row i used =Last(IIF([APTran.InventoryID]='OFFICERPAY',[APTran.LineAmt],Null))Since its always the last one in the table. *“LineAmt” is for the Amount field. To get the city fee i used=First(IIF([APTran.InventoryID]=
Hello,Thanks to Gabriel’s help. I can get the data I want in GI using a second filter. like below: The key in the join condition is that “INitemsitehistday” might only have qty in record,no sales record So if “left join” used, might get a joined line with INitemsitehistday.Sdate as Null. This filter out is working well in GI.However if I would like to apply the same kind of second filter by using the visibility section setting in report Designer. The “ Or [INItemSiteHistDay.SDate] Is Null” does not work. Then can somebody help me to get the data I want in Report designer?1, Not sold in 90 days2, never sold, which left join get a NULL value
I am new to developing forms in Acumatica and in Acumatica in general, my coding knowledge might be just starting to hit intermediate level, although with C# I would say I am still basic. However my issue doesn’t seem to be code related it seems to be more of an issue of me not understanding HOW the sorting works in Acumatica. On the Pick List form on the Detail Section 1 area (not kits the next detail area) it has 2 fields that I want to sort by, SOShipLine.InventoryID OR SOShipLineSplit.InventoryID. I put those 2 fields in the Schema Builder in the Sorting area, however it completely IGNORES anything I seem to put there, I tried with the out of box form and our customized form and the sorting does literally NOTHING in BOTH cases so I clearly must not understand something, I will attach the relevant pictures. If someone could explain to me how I can get this form to sort by the InventoryID instead of the BIN location or anything else that is what I need. I thought this would be
Hello,I have a shipping dashboard setup to show a list of orders that need to be shipped. This contains a basic filter based off of warehouse (either MFG or RDD) and the status of the shipment (open). However, shipments seem to disappear from the widget, this seems to happen to older shipments. I have the record limit for the widget set to 30 for this widget, and I know that we are not having more than that many records listed on it at once. Here is the filter for the particular widget:shipping widget filter This is the list of shipments returned from the filter above, notice that #1346 and #1379 are missing.shipping widget On the acumatica shipments page you can see that shipments #1346 and #1379 both meet the criteria from the above filter, yet they are not shown on the widget.shipments screenI am hoping that someone can assist me in fixing this. I would greatly appreciate any input! This is happening currently in 2020R1, and was previously occurring in 19R2 as well.
Haven’t had any luck finding more detailed instructions on being able use variables from a sub report in calculations back on the main report. I know you have to be able to do this and I can do it easily in Crystal reports. There are a few lines ive found in the help about using the subreport name in variable name to retrieve it but hasnt worked. If anyone has some samples to show that would be great, thank you!
Hello, I’d like to pass the parameters like date selection on GI to its side panel. Is there a way to do it? It looks like I can not put the “@DateFrom” as the navigation parameter.
I am trying to build a GI to list all Generic Inquiries in the system. The Site Map Title is not within the GIDesign table. I believe I need to tie the GIDesign table with the SiteMap table to get those details. Can’t seem to figure that out though… Has anyone been successful with this?
Hello, We don’t generate “Back order” in business.That is, even if the soline is not shipped in full, the soline would become completed after shipment and the OPEN QTY on soline would become 0 But I checked, this item on its shipment line would remain open qty on screen. However, when I trying to make the conditions in GI, I can not find the SOShipline.OpenOrderQty field. Since GI does not support the condition in formula like: SOShipline.OrderQty - SOShipline.ShippedQty >0 How can I filter out the items that did not ship in full in daily business? Thank you
I’m in the process of creating an indicator for a client with all unreleased AR documents.Unfortunately it’s not a Generic Inquiry type screen I could just replicate and use in scorecard KPI dashboard widget. I tried to build a Generic Inquiry but linking ARInvoice with ARPayment brings no results.Is there any way of creating such an indicator for a dashbaord? Maybe I’m linking the DB tables just wrong.
Hello, I tested in 2 environments, 1 is 2020R1 Build 20.105.0024, the other is 2020R2, Build 20.203.0028. Both meet the same errors. The report (AR672000 ) is running correctly, however, if I want to do a little modification and open the report from server, it shows errors in report designer, some like “textbox75” is duplicated stated, totally 4 errors, including “textbox75”,textbox76,textbox79,textbox80. If I did nothing, no changes, and just save this opened file back to server, it won’t display well, while it did display well before save this rpx back. So my large guess is the file is broken when opening. The line with doc.type= INV is missing data. which it did display data before. Can someone help me out?
Hello, Correct me if I am wrong, I’ve studied the AR630500.rpx, and found actually the “aging days” are soured from statement cycle setting. However, on statement cycles, the split sections have been limited to 4. Supposing I would like to show columns like1-15 days, 16-30days, 31-45 days, 45--90days, over 90 days is it possible to do it? Thank you.
Hello Everyone,I am trying to create Scorecard KPI widget using a Custom GI.In the widget creation process need to select the Custom GI, But I could not able to find that Custom GI in the tree structure.For your Information I used [PX.Objects.GL.TableAndChartDashboardType] attribute for the Graph so I am able to find if I create Chart type widget.Can anyone help me how can I create Scorecard KPI using Custom GI.Thanks in advance !!
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.