![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want the value list that I have created to show the user. "Active" or "Complete" but when selected I want Filemaker to see "1" or "0". Is this possible with FMP7 ? -S |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
squeed2000 (AT) yahoo (DOT) com wrote: I want the value list that I have created to show the user. "Active" or "Complete" but when selected I want Filemaker to see "1" or "0". Is this possible with FMP7 ? You're not going to get a field to show one value but actually be another. The value is the value is the value. What you can do is create a calculation field that reflects the value you want in one field according to the selection in another: YourValue = If [ Selection = "Active" ; 1 ; 0 ) or perhaps YourValue = Case ( Selection = "Active" ; 1 ; Selection = "Complete" ; 0 ) |
![]() |
| Thread Tools | |
| Display Modes | |
| |