AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • Rolodex
    • Podcast
    • 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)

Richard Whight
Richard Whight
@richard-whight
Forum Home   |   Recent Posts
Eminent Member
Follow
Profile Activity
Topics: 3 / Replies: 14
AllTopicsReplies
Reply
RE: Mass edit Hold for BOM

It's a Generic Inquiry, Enable Mass Updates and set the status to something not HOLD Then you can do this When you click Finish th...

3 years ago
Forum
Everything Else
Reply
RE: GI with 2 or more different values

Ah SQL. Actually I got that wrong In SQL the where statement would be (Given just Customer on its own row would be attribute sort order 3): W...

3 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: GI with 2 or more different values

It looks right. You have 3 columns. Column 1 will always be Customer.BAccountID (or similar) Column 2 will be IIf([CSAttributeDetail.SortOrder] ...

3 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: GI with 2 or more different values

@roycelithgo It doesn't scale to large data on MySQL very well where you have quite a number of joins. I've had timeouts. Should be sweet as on MS SQL...

3 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: GI with 2 or more different values

This is nuts. But thanks. I can use this and call it my own 🤡

3 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: GI with 2 or more different values

@timrodman Yeah, there's a reason why MS SQL Server costs more. Perhaps it's the Master Data Services or the Data Quality Services or the Integration ...

3 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Adding an empty column to a Generic Inquiry

I like IsNull() as a function. =IIf( IsNull([POReceipt.ReceiptType], '') = '', ' ', ' ' ) It replaces the value with the second parameter if null...

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Topic
Is there an easy way to produce a Top 10, Top 100 or Top x report?
4 years ago
Forum
Acumatica Report Designer
Replies: 1
Views: 1432
Reply
RE: Generic Inquiry via REST API

I think he was doing this

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Odata Feed in 2020 R1

Adding this parameter to the URL will control the columns I believe. Works in PostMan anyway! $select=<list of columns you actually want sepa...

4 years ago
Forum
Acumatica OData with Microsoft Excel and Power BI
Reply
RE: Select Time Card Records by Date

@timrodman I think the Too Complex is equivalent to a CROSS APPLY in T-SQL. It happens after all the rows are fetched making it a bad candidate for a ...

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: GI with 2 or more different values

@timrodman Yeah, beware on MySQL versions that the view has performance issues. It appears that MySQL can put the contents into a temp table i.e. to d...

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Topic
How to get the Margin Percentage in a Pivot
4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Replies: 0
Views: 1650
Reply
RE: Customizing AP Checks

@infosourcing I assume VendorLocation as opposed to just Location

4 years ago
Forum
Acumatica Report Designer
Reply
RE: Passing a Dashboard Parameter to Widget and if blank return all

Hi All So I found the reason why this didn't work. When I created the Dashboard I created the Parameter as Required. I then created th...

4 years ago
Forum
Acumatica Dashboards
Topic
Passing a Dashboard Parameter to Widget and if blank return all
4 years ago
Forum
Acumatica Dashboards
Replies: 2
Views: 1412
Reply
RE: Business Event not triggering

@jbeck From what I just read they just say you can't do Grouping. In fact I believe you can't pick a GI that has grouping. Excellent fix!

4 years ago
Forum
Everything Else

Online Members

 No online members at the moment

Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

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