Skip to main content
Solved

Date Filter in a Generic Inquiry


Forum|alt.badge.img
  • Semi-Pro II
  • 122 replies

Is there a way to create a filter on GI to show the last seven days, last month, and to forecast next month? I know there is the @month and the @today parameter but couldn’t find a way to add days to it. I tried @today-7 and it does not filter the last seven days. 

Best answer by davidnavasardyan

Hello @jzhu 

In Acumatica, creating a filter to show data for the last seven days, last month, or to forecast next month can be done by utilizing relative date keywords in combination with the appropriate operator in the filter condition.

However, to create more complex relative date filters (like "the last seven days"), you'll need to set up a pair of conditions to form a date range.

Here's how you can do it:

  1. Last seven days: To get the data for the last seven days, create two conditions:

    • Condition 1: [YourDateField], Greater Or Equal, @Today-7.
    • Condition 2: [YourDateField], Less Than, @Today.
  2. Last Month: If you want to get the data for the previous month, use:

    • Condition 1: [YourDateField], Greater Or Equal, @Month-1.
    • Condition 2: [YourDateField], Less Than, @Month.
  3. Next Month Forecast: If you want to forecast the next month, use:

    • Condition 1: [YourDateField], Greater Or Equal, @Month+1.
    • Condition 2: [YourDateField], Less Than, @Month+2.

The @Today-7 and @Month-1 syntax you mentioned works as expected in my experience. If this isn't the case, please verify that you have the latest updates or patches for your version of Acumatica.

Please note that these filters will work dynamically. Every time you run the GI, it will calculate the dates based on the current date (for @Today) or the current month (for @Month).

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

3 replies

kdavis45
Semi-Pro I
Forum|alt.badge.img+1
  • Semi-Pro I
  • 41 replies
  • July 17, 2023

You can use the DateAdd formula with a negative interval, e.g. =DateAdd(Today(),’d’,-7) for a week ago or =DateAdd(Today(),’m’,-1) for a month ago.


davidnavasardyan
Jr Varsity I
Forum|alt.badge.img+2

Hello @jzhu 

In Acumatica, creating a filter to show data for the last seven days, last month, or to forecast next month can be done by utilizing relative date keywords in combination with the appropriate operator in the filter condition.

However, to create more complex relative date filters (like "the last seven days"), you'll need to set up a pair of conditions to form a date range.

Here's how you can do it:

  1. Last seven days: To get the data for the last seven days, create two conditions:

    • Condition 1: [YourDateField], Greater Or Equal, @Today-7.
    • Condition 2: [YourDateField], Less Than, @Today.
  2. Last Month: If you want to get the data for the previous month, use:

    • Condition 1: [YourDateField], Greater Or Equal, @Month-1.
    • Condition 2: [YourDateField], Less Than, @Month.
  3. Next Month Forecast: If you want to forecast the next month, use:

    • Condition 1: [YourDateField], Greater Or Equal, @Month+1.
    • Condition 2: [YourDateField], Less Than, @Month+2.

The @Today-7 and @Month-1 syntax you mentioned works as expected in my experience. If this isn't the case, please verify that you have the latest updates or patches for your version of Acumatica.

Please note that these filters will work dynamically. Every time you run the GI, it will calculate the dates based on the current date (for @Today) or the current month (for @Month).


Forum|alt.badge.img
  • Freshman II
  • 28 replies
  • December 14, 2023

These filter conditions are not working for widget filter settings 

Hope I am doing it correctly, if not please correct me. Thanks.

 

 

Below is the error screenshot…

 


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