This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Search condition - date contains

Hi

i would like to set a search where i check the year part in a date property.

for example

i would like to get all objects, that have the year 2022 in some date property.

thank you

Parents Reply Children
  • Hi

    It's in VAF.

    I'm using MFSearchBuilder and SearchCondition.

    If i would be using your approach, i would have to first do one search, and get a huge result, and then another one where i would be checking the year part.

    for now i'm using the idea i wrote before - date between.

    but if there is some better way... Slight smile

    thank you