Is It Possible to Select Multiple Values From Same Column in SearchBuilder?

Is It Possible to Select Multiple Values From Same Column in SearchBuilder?

puffsterpuffster Posts: 61Questions: 22Answers: 0

I'm pretty sure the answer is no based on my research but wanted to double check...is it possible to select multiple values from the same column using SearchBuilder in just a single conditional statement? Currently if I select a column and use the Condition of Equals, as soon as I select a value that's all I get. I know that I can add a second condition and add a second value from that column that way, but was hoping I could just select multiple values using just a single condition statement.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    Yep, the answer is no - it's only one value per condition.

    Colin

This discussion has been closed.