I have a database of 3000 entries which have a current month when a job was worked on.
So if my exising field in my database is MONTH
(contents are 01,02,03 thru 12) (01=Jan; 02=Feb)
I need to do search of Quarters. (01-03) (04-06) etc
While the Filemaker HELP defines the "IF Function" it does not logically and properly explain how to write one.
It says
------------------------------------------------
If(Country = "USA";"US Tech Support";"International Tech Support")
returns "International Tech Support", if the Country field contains France or Japan. Returns US Tech Support if the Country field contains USA.
--------------------------------------
My question is..Where does the "Then" part occur in the example above.
How can I write my function to get an output Q1 Q2 Q3 or Q4 into the new field called QUARTER?
Any help much appreciated!!
So if my exising field in my database is MONTH
(contents are 01,02,03 thru 12) (01=Jan; 02=Feb)
I need to do search of Quarters. (01-03) (04-06) etc
While the Filemaker HELP defines the "IF Function" it does not logically and properly explain how to write one.
It says
------------------------------------------------
If(Country = "USA";"US Tech Support";"International Tech Support")
returns "International Tech Support", if the Country field contains France or Japan. Returns US Tech Support if the Country field contains USA.
--------------------------------------
My question is..Where does the "Then" part occur in the example above.
How can I write my function to get an output Q1 Q2 Q3 or Q4 into the new field called QUARTER?
Any help much appreciated!!