• Resolved metate

    (@metate)


    Hi anmari,
    I’ve searched and do not see an answer for this – if there’s something out there, please point me to it!

    We have a membership site and have a list of questions about each member that makes up their member profile.

    I want to make a list that shows the members name if they answered “yes” to question 1 OR 4 – which should be over 40 members. Currently, I can only figure out how show the members name if they answered “yes” to question 1 AND 4 – which would be 14 members.
    Can using the logic of OR be done? If so, can you direct me on how?
    Thank you very much!

    http://wordpress.org/plugins/amr-users/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author anmari

    (@anmari)

    No – no settings based way to do an ‘OR’.

    With an ‘add-on’ you could programmatically create a dummy field that gets set to ‘yes’ if users have either 1 or 4 ticked ? THis is how some of the add-ons work – they create fields that are not in the user meta.
    http://wpusersplugin.com/2940/filters/

    Or redesign the input form / fields / db to support the information reporting requirement.

    Thread Starter metate

    (@metate)

    Thank you for the info!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘List fields with OR, not AND’ is closed to new replies.