In my pipe flextable i see what junctions are connected to each pipe. If I copy the junctions connected to a group of pipes in the pipe flextable, is there a away that I can use the data I copied to filter in the junction felxtable. I can not use the the NOT Like method because I would have to enter he code for each copied junction and the junctions are simply to many for me to do that.
I think might be able to use excel to right the NOT LIKE query for all the copied nodes. Just thought of that. But is there an easier way?
And I meant "Label LIKE" not Label NOT LIKE" excuse me.
Hi Christen,
There is an "IN" operator that may work for you (which takes a comma delimited list).
Label in ('J-1', 'J-2', 'J-3', 'J-4', 'J-5', 'J-6', 'J-7')
Another possible way to go:
Rob.
Answer Verified By: Christen Crique