Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

filter expression with two values 1

Status
Not open for further replies.

kurie

Programmer
Jun 4, 2008
170
ZA
Hi all
how do i write a filter expression with two values.
im doing it like this
fields!show.value in =(CBool(true) or Cbool(false))
but thsi aint working

Thank you

 
fields!show.value in (CBool(true), Cbool(false))

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top