Skip to main content
Question

Filter criteria for date range

  • October 7, 2022
  • 1 reply
  • 704 views

Forum|alt.badge.img+28

I hope there is simple answer to this question that is escaping me due to Aurena being new.  In V9, we have a simple date search that is the equivalent of <#TODAY#+56 for the criteria.

When doing this in Aurena, it is an In range function, so understand that, however, I can’t make the suggested values selection use within the basic search drop down.

This should be translated the same as my criteria above, but it gives an invalid format error.

 

However, knowing how JSON is supposed to work, it is case sensitive.  If I go to Advanced filter and modify the criteria just to change 56D to 56d, the filter works.

 

(PartNoRef/PlannerBuyer = '#USER_ID#') AND PropStartDate >= '#TODAY#' AND PropStartDate <= '56d'

But…..I don’t want to use this as a solution for end users.

 

Besides, switching back to the basic search sets it back to uppercase and invalid.  I did try running the search this way with Invalid Format showing and the filter does seem to work, but the invalid format indication is very misleading for a user.

 

What am I missing?  Surely it can’t be that the list of values is wrong on every date field across Aurena, so I’m blaming my ignorance for now.

1 reply

Forum|alt.badge.img
  • Do Gooder (Customer)
  • December 2, 2025

Good Afternoon,

 

I believe you are only missing either the ‘+’ or ‘-’ symbol.

 

When using the In range and the +/- days, you should be able to format it like this:

This should then tell IFS you want anything from (In this example) today + 7 days.

You can also do the opposite as well:

 

This will show you all results which are -1 Month to Today’s (02/12/2025) date. Which means anything created before 02/11/2025 will not show

Hope this helps.