Good morning,
I am working in a project that I need to acquire an specific Manifold (Resource), depending on the restrictions of access.
We have 3 Manifolds available, and the raw material (MP) can have 3 main sets:
1) Access only 1 manifold : Query needs to be : "WHERE manifold==possible manifold"
2) Access all manifolds :Query needs to be : "None"
3) Access more than 1 and less than all:
Query needs to be : WHERE manifold!=impossible manifold[1] AND manifold!=impossible manifold[2] AND manifold!=impossible manifold[n]
For the 2 first situations, I have sucess using the code that I used (Model attached) , But for the situation 3, the code is not working.
Can you please, help me out!