Hi,
I have a field in a db that has a value list attached to it and checkboxes. I need to make calculation fields that will look at the field and if it contains certain text, will put "T" in the calculation field.
Field Name: FEDHAZ
Value List Name: Hazard Category
Values:
a. Fire
b. Reactive
c. Pressure Release
d. Acute Health
e. Chronic Health
Since a chemical can have more than one of these values, and be checked in any order, there's quite a bit of variation as to what text the field can contain.
I need to make a field, Acute, that if the field contains the "d. Acute Health" text, it will fill the Acute field with the letter "T". I could say:
If (FEDHAZ = "d. Acute Health"; "T"; ""
However, as you know, that will only work if the only item checked is that one. How can I get the same result no matter which other ones have been checked? Something similar to:
IF (FEDHAZ contains "d. Acute Health"; "T" ""
What function could I add for "contains"?
- View New Content
- Home
- Site
-
Forums
- Community Resources
- FileMaker Security Management
- FileMaker Server Administration
- FileMaker on the GO
- Database Schema & Business Logic
- The Presentation Layer
- Brain Food
-
FileMaker and WEB 2.0 Technology
- 360 Works Official Product Support Forums
- FM Forums Affiliate Sponsors
- FileMaker Developers & User Groups
- Tools Of The Trade
- FileMaker Classifieds
- FileMaker Product Family
- The Water Cooler
- FM Forums Operations
- Blogs
- Social Groups
- Marketplace
- Chat
-
More

































