Reports, GIs, Dashboards, Pivots
Recently active
Hello Community,Need your help to show specific fields (green dots) in Employee’s attributes tab on Report Designer as shown in element’ screen below.Tried to relate EPEmployee and CSAnswer as “EmployeeAttr”and in Field value, putted='Binding'+IIf([EmployeeAttr.AttributeID]<>null,[EmployeeAttr.AttributeID]+'{br}','')the result still empty.Looking forward further solution for these. Cheers
Hello,We have 1 user who is experiencing formatting issues when printing from ACU. I am assuming it is PC or browser specific and am having them testing different scenarios to try to narrow this down. I was just wondering if anyone had seen something like this?From the sales order form. The full form looks really bad, the images below are just snippets to demonstrate the differences being seen.Bad user:Everyone else sees the image below:
What is your experience / what is a good practice to schedule print processes back to back in a Automation schedule? Customer has scheduled a second print process 5 min after another and the second will end up printing an hour later. I do not think the first process takes an hour. I have used the 'exact time' flag".The specific example is printing Order Confirmations and Pick Lists automatically every three hours back to back
Does anyone know if there is an equivalent function in the report designer to the @Me function in generic inquiries? I need to restrict salespeople/ users so they only see their sales information. thanks !
A generic inquiry which includes Creation dates for all the users (both native and active directory) was created, but it doesn't display the creation date for some of the active directory users as you can see in the screenshot below. So, what could be the issue and how can it be solved?
Hi,Is it possible to add PO number, Receive Number, Vendor Name & Number, AP number on Account Detail report (GL404000) since those field doesn’t exist in customization standard. if it is possible, please give me the detail steps on how to make it possible.Thanks in advance.
Our company is in the process of converting over from Macola 10 to Acumatica. We have about fifteen Crystal Reports that were modified for our companies needs. Moving forward with our conversion I will at some point have to modifiy some of the reports that Acumatica has to meet our companies needs. I would like to know where I can go to find what the screen ID’s are their associated forms. For example, SO641010.rpx (I know SO is for Sales Order) is associated with Order Type, but that is as far as I was able to get. Also, some of the reports/forms have SO641010.ca.rpx. What does the ca indicate?
I am trying to use stock email notification templates, in this case one is the InvoiceNotification, All I am wanting to do is add our email and direct phone number in the text. Just adding on to the current sentence that they have in the stock. It saves fine but when i go through the invoice - print - send, it doesn’t come through there for some reason. i have made sure that i am adjusting the correct template that is being called and all the dots seem to be connected to call this but it just won’t show the new wording. what am i missing? seems like it would be some quick setting but i can’t find it. Any help would be greatly appreciated. Thank you.
Hi,I am currently trying to create an Inventory movement report with financial periods as the columns using a tabular report. So far it looks good, but items introduced in a later period do not show in the details section. Any ideas? Ideally you’d have all the inventory IDs with movements on the left, then the respective movements in the tabular section of the report.Report preview There is a valid join for one period (0623), and theitem shows when the report is run from 0623 onwardsJoinsReport Designer
Hi, I am looking for a report that will pull all customers that have unapplied payments. Is there such a report or I will need to create one? How do I create one? Thanks!
I have a custom Generic Inquiry that I need emailed weekly to each salesperson. The GI needs to be filtered by salesperson and emailed this report weekly to that salesperson.
I’m trying to create a GI that will return a list of customer account numbers along with the date of the first order completed and that corresponding order number. I’ve gotten close, but the GI is returning some incorrect results.Here’s what I have so far - any suggestions for how to get the information I’m looking for is greatly appreciated! Relations Results Grid
Does someone have suggestions or sample GI to get a list of customer and the date of their last Invoice ?
We are trying to print the SSCC Code 128 (Shipping Serial ID) on a label but the Check Digit function does not work.Is there anything special I need to do? I can’t even put a formula in it so we are blocked form moving forward. I put in a test number, with and without quotes. Some formulas work but anything with certain functions, such as CStr are not accepted.
Hello everyone,What is the proper syntax in the Generic Inquiry builder to evaluate if the value of a field is not null? For example if I want to evalute if Inventory Item Item ID is not null...The following does not evalute correctly:[InventoryItem.InventoryID]<>Null The following does evaluate correctly, but looking for a more direct way:=IIF(Isnull([InventoryItem.InventoryID],0)<>0,...) Thanks in advance!Luke
Hi, I am new to Acumatica and I need to generate a report that shows Last Year Total Sales by Customer. Where can I find this report or create this report?
I’m trying to create a GI that would look like the following:Item Beginning Balance Transaction Qty Running Balance12345 10.00 10.00 20.00 30.00 -5.00 25.00 10.00 35.00 -15.00 20.00 23456 20.00 20.00
does anyone have tips or tricks for managing the display of parameters on a GI?how can I get then spread across the top instead of stacked?I can see the sizes makes a difference for this but what is column span ?
Hello All,I have been trying to add a calculation for the following scenario,I have the Total Sales (25000) & Probability (75%) (an attribute). I would like to multiply the values of both the fields and display in the GI Both these values are from the Project Quotes screen.So I want to display the result as 25000*75% = 18750
Hi Everyone,I have customized the AP641000 report.I've encountered an issue with the customized report. The problem is that it duplicates the bills included in the check, resulting in the respective number of lines being printed in the report. ex. if checks include three bills it displays each bill three times in the report.I have attached a copy of my report and the mapping I've used to fetch bills. I would greatly appreciate any assistance or insights you can provide on where I might be making a mistake.any help will be greatly appreciated,Regards,Sagar Mapping I have used.The output result.
Hello - I am trying to join GLTran, Batch, ARInvoice and ARTran tables, but my records are duplicating. Is there a way to join these so that only 1 line per GL account appears? Here is what I have currently:
Good day, I have a client that has a Generic Inquiry and have saved several tabs with different filters on them. The main sort (from the GI), is the Descending sort for Production Order number, will make all the data tabs to sort by the production orders numbers. But we want one of the tabs to sort by End Date (a column on the GI), is there a way to assing a sort to a single tab of the GI?On next image, the Sorting on the GI is by ProdOrdID, but the ALL PRINT WC tab needs to be by a Date colum, instead of Production Order number. is there a way to sort that tab individually? Thank you.
In AR Register Detailed report, my client has report fully modified according to their requirements. in their report they calculate total amount based on CuryOrigDocAmt field in ARInvoice table. when calculate total they add 10% vat to the total. They request to modify it when customer is non taxable , the 10% vat must not add to the total. only taxable customers should billed 10% vat. In their AR Register detailed report, I tried to do the mentioned modification. I consider the ARInvoice.CuryTaxTotal field to identify weather customer is taxable or non-taxable. But with existing relations on their AR Register Detailed report , it doesn’t retrieve data of ARInvoice.CuryTaxTotal field. Beacuse of that i implement two sub reports get values to the main report.The question is two sub reports retrieve data successfully. when i connect it to the main report the main report not display any values. Here i attached two sub reports and main report
When we had some attributes created 2 of our date fields were created using Text rather than DateTimeI have been through some articles mentioning using CDATE, however I have not been able to get this to work yet. The final aim is to be able to sort by Contract End date DESC in the Customers GI.Is there a way to do this without recreated the fields?
We noticed recently that we have had a few sales order #’s skip in sequence. This only happens if someone deleted a Sales Order. While we probably need to tighten up our security to prevent this from a broader set of team members, I’m wondering if we can create a GI that is able to identify deleted sales orders? We have been able to do so with deleted Stock Items and notice that some records have an “IS DELETED” field. We cannot locate this on the Sales Order table - PX.Objects.SO.SOOrder?
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.