This topic is locked

Display different text than in field.

2/21/2007 3:50:23 AM
PHPRunner General questions
M
mmponline author

I have a field containing a picture "Yes" and a picture "No"
The field is yes.jpg or no.jpg. This then displays fine in the list and view and print pages.
When I search on the advanced search I want a lookup or radio button that displays Yes or No, and if selected, will display the result. (yes.jpg or No.jpg) It does not work as the criteria is equals for the dropdown / radio button.
How would I solve this?

J
Jane 2/21/2007

Stephan,
you can't use binary fields as search fields.

I recommend you to use numeric field and Checkbox format on the "View as" settings and "Edit as" settings dialog.