Skip to main content

Search

Search

Multiple Query Options

Comments

1 comment

  • Avatar
    Shotaro Ito

    You can create two query prompts and connect by OR condition. 

     

    (description = queryprompt1 ) OR

    (department = queryprompt2 )

    [attachment=1388:ORcondition.png]

    In that query, if only one condition is input, that condition is used.

    Note that if you input both conditions, it will return all records which matches either description or department.
    (all records which has description of "sweet" + all records which has department of "50" etc).
     
    At print dialog, specify [Select at print time] in queried records, so you can see which records going to be printed.
    [attachment=1389:selectedAtPrintTime.png]
     
     
    0

Please sign in to leave a comment.