跳至主內容

搜尋

搜尋

Multiple Query Options

評論

1 條評論

  • 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

登入寫評論。