Jump to content

This topic is 3042 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted


I think i have a general misunderstanding.
but first things first
Filemaker 8.5 on Moc osx

I try to find a specific month in a date field.
so if i go to the search mode, i can simply type *.10.2016 and it works

so if i try to do this with a calculation field
and type
If ( date = *.10.2016"; " ok" ; "not OK" )
it don`t  work.

The only think that works is when i type a exact date like
If ( date = 12.10.2016"; " ok" ; "not OK" )

but how could i search just for a spesific monthe for instance.

Posted

Wildcards work in search criteria, not in calculations. If you have a date field named Datefield, and you want your calculation to test for a specific month, use =

If ( Month ( Datefield ) = 10 ; "OK" ; "not OK" )

 

This topic is 3042 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.