I’m trying to use the in operator in a query, so that the user can select the list of options. So instead of using : IN(op1,op2,..) I’m using IN([enter parameters]) so the users is prompted for values but it’s only working with one parameter and nota list of them. I tried every possible variant to input the list but it’s not working ( I got an empty result list).
Any idea ?