Skip to main content
Solved

Search parameters to filter employees whose birthday is in a deefined month

  • June 4, 2026
  • 2 replies
  • 21 views

Forum|alt.badge.img+6

Hi all!

 

I try to configure search parameters in the employees page to find a way to filter all employees whose birthday is in a specified month. Something like “Show all employees whose birthday is in June”. Does somebody have an idea how to archieve this?

The basic search seems not to be able to get this result.

We are talking about IFS Cloud 25R2.

Best answer by InfFilipV

Hi,
you can do this via Advanced search.
There you can use all odata functions.

https://www.odata.org/documentation/odata-version-2-0/uri-conventions/#:~:text=int%20month(DateTime%20p0)
 

 

2 replies

InfFilipV
Hero (Partner)
Forum|alt.badge.img+13
  • Hero (Partner)
  • Answer
  • June 5, 2026

Hi,
you can do this via Advanced search.
There you can use all odata functions.

https://www.odata.org/documentation/odata-version-2-0/uri-conventions/#:~:text=int%20month(DateTime%20p0)
 

 


Forum|alt.badge.img+6
  • Author
  • Do Gooder (Partner)
  • June 5, 2026

@InfFilipV Many many thanks!!!