Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Probably an easy question for you but...


mrdh

Recommended Posts

New to FilemakerPro I'm trying to build a reporting system. I have a value list along the lines of: (0, 1, 2)

The teacher selects either 0, 1 or 2 using the radio button and a statement appears.

e.g. Good, Average, Poor. (I linked to a separate database)

All worked fine until I was asked to add a Not Applicable option. The value list now reads (N/A, 0, 1, 2) - I've added the statement 'Not Applicable' to my database. However, the problem is that if the teacher selects 'N/A' or '0' the same statement appears - any help would be appreciated. (I also add together the values - I guess the value of N/A is 0).

Link to comment
Share on other sites

My guess is that the field you put the value into is a number field - right?

 

Well here is some secret information about FileMaker Pro number fields:

 

FileMaker Pro interprets "N" in a number field as 0 (zero or false) and "Y" as 1 (true). This is Boolean logic. The same thing happens if you put "T" (=true = 1) or "F" (=false = 0) into a number field. Interestingly, it also applies with any word you enter into a number field that begins with N, Y, T or F.

 

(it's not really secret - you just have to be aware of it)

 

Simple answer then - change the value field defintion to be a text field and all will be fine. cool.gif

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use