AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • In-Person Gatherings
    • Power BI Workshop
    • Podcast
    • Rolodex
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register
Acumatica Forums

By using this website, you agree to our Terms of Use (click here)

MichaelHansen
MichaelHansen
@michaelhansen
Forum Home   |   Recent Posts
Estimable Member
Follow
Profile Activity
Topics: 26 / Replies: 123
AllTopicsReplies
Topic
Using Constants in Functions
8 years ago
Forum
Everything Else
Replies: 1
Views: 3287
Topic
Page Numbering
8 years ago
Forum
Acumatica Report Designer
Replies: 1
Views: 3714
Reply
RE: Editing Project Restriction

As a definitive answer to your point: Acumatica does NOT block customizations.You are likely blocked because your privileges got overlooked, your admi...

8 years ago
Forum
Everything Else
Reply
RE: undefined: Cannot read property 'childNodes' of undefined

Glad it's working for you! Having unknown errors can really rain on your parade.

8 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: undefined: Cannot read property 'childNodes' of undefined

I have NO idea if this is your issue, but I don't structure my joins like that. For that same GI I would use: SOLine Left InventoryItem SOLin...

8 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Cannot link SOLine to InventoryItem using left join where SOLine.InventoryID and InventoryItem.InventoryCD

Use InventoryItem.InventoryID, which is an integer value for your items.

8 years ago
Forum
Acumatica Report Designer
Topic
SO to Purchase and Drop Shipments
8 years ago
Forum
Everything Else
Replies: 1
Views: 2521
Reply
RE: Excel type functions in GI =IF(AND(A1="this",B1="that"),"x","")

If you want to "nest" tables like that, the report writer will allow you call a sub-report(s) and it's pretty phenomenal. You can pass in params from ...

8 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Report Email Settings

Well now, this IS interesting. I dumped the table with those emails (having made two for this test) and at the onset the only difference between them ...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Report Email Settings

[bad joke] The attachments... [/bad joke]But seriously, it looks like you may have forgotten to attach the images of your setup. Would you mind repost...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Excel type functions in GI =IF(AND(A1="this",B1="that"),"x","")

You have tables in your GI that I don't have in my system, so testing is not super feasible on my end. Tim will likely be hopping back in here again. ...

8 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Excel type functions in GI =IF(AND(A1="this",B1="that"),"x","")

I don't have your rpx/xml so I can't test this, but can you try this line? I've explicitly contained both sides of your AND in parens as I'm not sure ...

8 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Excel type functions in GI =IF(AND(A1="this",B1="that"),"x","")

That stuff works just fine, but the syntax can be rough at the start. I would suggest using the conditions tab and choosing the "is between" condition...

8 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Reordering / Rearranging Lines on a Sales Order

Thanks for checking on that Tim! I can't wait for my WMS to catch up in Acumatica so I can get this update rolling for my people, they'll be so happy.

8 years ago
Forum
Everything Else
Reply
RE: Reordering / Rearranging Lines on a Sales Order

Upvoted. I'm not in that version yet, can the same be done to PO's?

8 years ago
Forum
Everything Else
Reply
RE: Invalid object name...

+1 for posting that and +3 to Doug for making it!

8 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Invalid object name...

After reading your link, I can see some differences, but for this specific case they're oddly synonymous. I would love to get my hands on a list of pe...

8 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Invalid object name...

This is one of the most infuriating things I have come across in our system: It allows you to select virtual tables, or "Views" in SQL. You cannot acc...

8 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Add "File Upload" button to Payments Screen

So he's not altering an AR screen, he's altering a Work Calendar screen, specifically, his work calendar's exceptions tab. The class for data in that ...

8 years ago
Forum
Everything Else
Reply
RE: Exporting Images

Link to idea post for exporting images should anyone else care to get this feature:

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Exporting Images

Thanks for the image tip. Yeah I don't know how terrible that excel export would be as images don't live "in" a cell, they live above it.

8 years ago
Forum
Acumatica Report Designer
Topic
Exporting Images
8 years ago
Forum
Acumatica Report Designer
Replies: 3
Views: 3559
Reply
RE: Modified GL report is duplicating lines - can you help?

If you can post the .rpx file, it'd be super helpful. In lieu of that, I'd like to see a screen shot of your relationships table and the relation ship...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Add additional Summary to Sales Report Summary

I'm glad you found your issue! I find I often have to start removing segments of reports as well when tracking down some of those duplicity errors. If...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Add additional Summary to Sales Report Summary

My company is still being gated by a 3rd party from entering R2. So I know very little about any changes on that system.

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Add additional Summary to Sales Report Summary

I wish I could provide more help, but since all my currencies are in USD (we don't even have the currency module running), I just get a single total t...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Add additional Summary to Sales Report Summary

When I have this error, it's usually an issue with my table joins, but yours appear to be clean at a glance. You have two footers for group 1, I would...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Add additional Summary to Sales Report Summary

Hmm, I see you don't have a report footer. Maybe try adding that? Right click the report, then select "report footer". Add your totals to that footer....

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Add additional Summary to Sales Report Summary

I think you're really close! If you copy your lines from your SubTotals and place them down into the next footer, they should give you a grand total o...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Add additional Summary to Sales Report Summary

To summarize a group, you generally go "up" a group and then take a sum of the fields in the previous group you needed. As an example: Header Group2...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Add Tracking information to SO Invoice form

Hello nheuer! I've edited mine extensively, but let's assume you've included the SOOrder table in your joins on the invoice report and start from ther...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Advice for Acumatica Partner'sEmployee

This is a 3rd party site, not Acumatica itself. Everyone here works together as volunteers to support each other with ongoing issues. It sounds like y...

8 years ago
Forum
Everything Else
Reply
RE: Use real names

Thank you very much. Hope it didn't hurt your wallet!

8 years ago
Forum
Everything Else
Reply
RE: Use real names

Bit late to the party, but a private messaging system would be great, especially if we could run attachments. Some of us may be a bit averse to sharin...

8 years ago
Forum
Everything Else
Reply
RE: Importing image to stock item

That is what I tried, but the base 64 encoding creates a larger value than a single cell in Excel can hold. You can find the encoders online for free....

8 years ago
Forum
Everything Else
Reply
RE: ReportVariable ValueExpr set to Zero

Attached are snippets from an invoice document with a working aggregate in the footer. I'm not doubting you, just wondering if I have a specific insta...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Forum Images

That is so cheating. I've used imgur before, I didn't think we could just slap in the URL here. Thanks for the tip. I was starting to feel bad about p...

8 years ago
Forum
Everything Else
Reply
RE: Adding a watermark.

And now I have a watermark. Thank you Julian! The logo was easy, I had no idea about back images. Thanks fnshem for posting your question.

8 years ago
Forum
Acumatica Report Designer
Topic
Forum Images
8 years ago
Forum
Everything Else
Replies: 3
Views: 3082
Reply
RE: ReportVariable ValueExpr set to Zero

So, off the cuff. You have a line who's value you wish to SUM that is being represented by a variable $DocBal, which is just: =[ARRegister.SignBalan...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Show a credit as a credit

Oh snap, I thought you were in the report writer. My apologies. I don't work inside the financial report writer (just not my job right now). Tim can h...

8 years ago
Forum
Acumatica Analytical Report Manager (Financial Report Writer)
Reply
RE: Show a credit as a credit

That field, let's call it "DelRev" could be modified to be DISPLAYED as a negative, but you'll likely need to tweak any sums to reflect this. I'll cov...

8 years ago
Forum
Acumatica Analytical Report Manager (Financial Report Writer)
Reply
RE: ReportVariable ValueExpr set to Zero

I think you want the value to be a sum of some of the other variables. Without seeing your .rpx file, it may be something likeValueExpr: =$AgeTot00 + ...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Importing image to stock item

I am also interested in a solution for this. I tried converting my images to numeric values (which Acumatica supposedly accepts), but the length of th...

8 years ago
Forum
Everything Else
Reply
RE: Passing Variables from Sub Report not resetting value when no Value in subreport

Well I've never used the assign function before. That's an awfully slick way to override a variable. I'll be keeping that one in my toolbox. Thanks fo...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Passing Variables from Sub Report not resetting value when no Value in subreport

My process order is set to "always" on my variable, yours is set to "while read". Might be worth trying a quick toggle on that one, just to see if it ...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Passing Variables from Sub Report not resetting value when no Value in subreport

I think you need to edit the variable and give it a "resetgroup" property. That tells the variable to reset itself after a specific event. It fixes is...

8 years ago
Forum
Acumatica Report Designer
Reply
RE: Sorting a Group

That is perfect. I split the groups into two, just for simplicity for myself, but your solution is perfect. It now sorts according to plan!

8 years ago
Forum
Acumatica Report Designer
Topic
Sorting a Group
8 years ago
Forum
Acumatica Report Designer
Replies: 3
Views: 6468
Page 3 / 3 Prev

Online Members

  • Dominic Boullé
Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2026 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.