Skip to main content
Solved

How can I filter a column by date and time?

  • October 31, 2024
  • 3 replies
  • 90 views

I have a generic Inquiry that I’m trying to filder the created date time column by date and time. Right now if I click on the column to filter it I only get filters that filter as if the value was plain text however I would like for it to recognize that its datetime and allow me to filter as such.

I’ve attached an example of how I would like it to be to serve as reference.

 

 

Best answer by kmuczynski54

This link may help:  https://www.augforums.com/acumatica-generic-inquiry-date-time/

 

View original
Did this topic help you find an answer to your question?

3 replies

  • Freshman II
  • 5 replies
  • October 31, 2024

Hello!

In the GI screen / Results Grid, there is a column called Scheme Field.  This is how you can work with the data type.  Below is an example where I have a formula, but I use the Schema Field to match up the data type to another field of a similar type.  I’m no expert, but with some trial and error, it worked for me.  Someone else may have a better solution.

 

 


  • Author
  • Freshman II
  • 9 replies
  • October 31, 2024

We just tried adding the schema filed and although in the DAC it specifies that the type is datetime it only shows the date when I add the schema field and in the filter it now shows the date. But only the date. How can I make it so that it also shows the time?

 

This is the formula that we have in the field

=dateadd([APInvoice.LastModifiedDateTime], 'h', -4)


  • Freshman II
  • 5 replies
  • Answer
  • October 31, 2024

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings