I am looking to add quotes, orders, and sales from the previous workday on to a dashboard. We work Monday to Friday. I have used the “date” equals “@today-1” which works for Tuesday-Friday. However, when using it on Monday I do not get any results because it is looking at Sunday instead of Friday. Is there a way to add a condition to the filter so that it only looks at weekdays or an If statement so the previous Friday result if it is Monday?
Solved
How do you create a filter for a GI/Dashboard which returns results for Yesterday, or Friday if Monday
Best answer by gprice27
Yes - you are correct, I should have read the question better.
User Defined fields are stored in the *KvExt tables in the Database. If you have ever looked at the Acumatica database tables in SQL you can see each table has a matching KvExt
This article explains how to get at that data - but you need to write a customization to create a DAC that maps to the specific KvExt table you are after… Once you have that DAC, you can use it in your GI
here is a stack overflow article which should get you started..
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.





