Hi there
What you guys use as db field when usinf checkboxes? I tried many things in mysql and best found is the tinyblob as it stores the field as numbers inside mini file in db which doesnt conflict with showing the checkboxes and lookup and was the best, most accurate chose to filter/search when having checkboxes… do you use other type as mysql field type with checkvoxes?
Okay, today i had a challenge to mahe a field Of type checkvox has 5 choices displays another field if one specefic (or more) of the choices is selected… i created the ajax event, on click and used sc_field_display macro on/off it worked ok… but only one choice has to be selected in order to appear the additional field… if the choice is combined with any other choice from the other 4 choics, then the additional field will not display! Any idea how to control this? In other words, i have checkbox with a, b, c, d,e and ‘other’ i want to select a, b and other, or ‘other’ alone so it will idsplay the field “otherData” for user to fill other text… but now i have to select Only ‘other’ choice in order for the field to display… any hint? Is there other better way? Or i have to use different data type for this field??

