question on formula id
-
Hi,
how do I select more than one id in the formula modifier? For example id=0 , how do I add another value to select another cloner, I try id=0and3. It didn't select cloner id 0 and 3. Thank you.
-
Hi Hoi,
try this:
?(id=0;1;(?(id=3;1;0)))
If id is 0 then use one, otherwise, if id is 3, then use one, if not it is zero.
And wouldn't help, as it would require 0 and 3 to be evaluated at the same time.
I hope that helps
Cheers
-
Hi, that works, the other workaround i found is to add another formula on top to select a different id.
Appreciate the quick solution as always
-
Thank you, Hoi,

Yes, extra Effectors work as well, but if you need more, and perhaps add Fields, then it gets quite complex.
Another option would be
(id=0) or (id=3)
(id=0) || (id=3)
Perhaps easier, the one I initially mentioned is my favorite, as it has the option to define any value, not just 1, meaning 100% effector use of the values, and that for each "id" then.
All the best
-
Thanks for all the options! I have to save them all on my formula presets

-
Thank you very much for taking the time to reply
, Hoi.You're very welcome!
Enjoy your project