Click here to watch the recording on YouTube with chat playback
Click here for upcoming broadcasts and previous broadcast recordings
0:00 AUGForums.com Live Introduction #Acumatica
3:17 #AcumaticaTnT – Tips and Tricks that will blow your mind
4:03 Getting the party started
4:45 What’s your Acumatica reporting story and how did you get started?
12:43 Acumatica reporting functionality vs 3rd party reporting tools
17:36 SQL vs Data Access Classes
27:02 Reporting functionality coming to Acumatica in the future
31:00 Audience Question: Report Designer visibility expression
37:25 Finding a Manufacturing step that was missed, a general technique that’s applicable to many situations
45:31 Audience Question: Challenges with building a Project Profit & Loss and choosing the right tool
47:59 Left Outer Joins vs Cross Joins
55:37 The history of #AcumaticaTnT
56:48 Audience Question: Converting a 4 decimal number to an integer
59:10 Final Thoughts
Today’s Guests
Arline Welty
Location: Chicago, Illinois
Laura Jaffe
Location: Cleveland, Ohio
Chat Transcript
Kay
Hi! from sunny Rochester, NY
AUGForums dot com
Where’s everyone joining from today?
Brandon Halvorsen
Hello everyone! from Lincoln, NE
Pat Long
Hi from Clifton Park NY
Michael Triffon
So I have a question about Visible expression formulas, let me know when I can ask
Marcela
Hi, I am from Ontario, Canada.
Kay
D Dunn
Here from Nanaimo, BC, Canada
AUGForums dot com
We’ve got a few questions queued up, then we’ll get to the comments.
Matthew Craig
From Hi from Calgary Canada
Doug Paul
Doug from Venice Florida. LIghtspeed Voice.
Michael Triffon
Thanks
Doug McBride
Doug from Alaska Indoor Sports
Michael Triffon
Do I ask in the chat or is there another place to post the questions?
AUGForums dot com
Chat is perfect
Kay
Michael Triffon
Michael Triffon from Pabian Partners
Michael Triffon
I am trying to hide a box if the value of a field is equal to an FOB point. I tried using an iff statement.
Gregory Peterson
Gregory from Alaska Indoor Sports
Michael Triffon
Currently I’m trying to use =[FOBPoint.FOBPointID]=’ORIGIN’ in the visible expression field but it hides the box regardless of the value.
Kay
Mohd Kashif
hi, from India
D Dunn
I write VBA almost everyday! 🙂
AUGForums dot com
Do we want Acumatica to focus on reporting functionality themselves or do a better job of promoting ISV products?
Doug McBride
In Acumatica
Marcela
Fist option
Kelly Harris
In Acumatica
Michael Triffon
In Acumatica
Christopher Nawrot
Rather be in Acumatica.
Mohd Kashif
I agree with Laura.
Michael Triffon
Classic ERP was about looking at reports to know what you need to do whereas modern ERP is about moving transactions along and alerting people when intervention is needed. Passive vs active
Michael Triffon
Does anyone what ERP stands for? Excel replacement program.
Louise Brewster
ARM is such a weak tool compared to other financial reporting packages in other ERP systems.
Tony Lanzer
We try to push toward GIs when possible vs. reports unless the output will be printed
D Dunn
The 3rdparty marketplace will always out feature the built-in reporting. Even if we pulled an existing tool into ACM, the 3rdparty would still find ways of differentiating.
Tony Lanzer
Can you use projections instead of sql views?
Andie M
Hi from California; I’m having to jump off for a conference call… will this be recorded/available to view later?
D Dunn
You can, but you need to understand how to write the BQL code. Not user friendly.
AUGForums dot com
Yes, recording is available on AUGForums.com/Live
Tony Lanzer
yes
Tony Lanzer
BQL def. not user friendly though
D Dunn
I don’t think you can do union joins without writing code. But, you can build a DAC projection to give you any data. Alas, not as powerful as a SQL query.
Dave Ziskind
Does Acumatica reveal database changes with upgrades (let alone updates)?
D Dunn
Decoupling: Imagine running a pivot in Excel and then using another worksheet to pull data from the pivot table results.
Michael Triffon
Me
Michael Triffon
I am trying to hide a box depending on the value of a field
AUGForums dot com
The bottom of the Developer Release Notes has database changes from version to version. Here’s the Developer Release Notes for Acumatica 2020 R2: http://acumatica-builds.s3.amazonaws….
Michael Triffon
I will be trying your solution live
Michael Triffon
Yes
Michael Triffon
Report designer
Michael Triffon
Will try now
D Dunn
And make sure that you’re getting back ‘ORIGIN’ vs ‘ORIGIN ‘
D Dunn
(trailing spaces)
Michael Triffon
Thought about that and tried as well but didn’t work either
Michael Triffon
Did that
Michael Triffon
And I get the expression value
Michael Triffon
First thing I did was create a box to show the value, then used that
Michael Triffon
Good idea
Michael Triffon
SCTR is a good idea
Michael Triffon
You can bet I will
AUGForums dot com
=CStr([FOBPoint.FOBPointID])
Matthew Craig
Maybe Acumatica will add functionality to trigger a event base on widget parm on a dashboard
Michael Triffon
When all you have a is a hammer, everything looks like a nail
Michael Triffon
Most consultants are more comfortable with one tool and that swhat they lean to.
Michael Triffon
I am working on a report that is using field xyz. When I try to modify the field it’s says the field doesn’t exist.
Michael Triffon
Was the field deprecated? It’s not in the tables yet still gives a result in it’s original form.
D Dunn
The performance issue is that the database cannot optimize the query so it looks at every record in both tables.
AUGForums dot com
Michael: File -> Build Schema -> Refresh All
Michael Triffon
That worked, thanks! I thought loading the schema would do it.
Michael Triffon
Last question for the day: What is the best way to convert a 4 decimal number into an integer? I need to eliminate decimal place.
Michael Triffon
I tried CInt, Round, and formats but can get rid of it.
Michael Triffon
In report Designer
Michael Triffon
I tried
Michael Triffon
Michael Triffon
Thats what I did
Michael Triffon
Ok thanks!