How to put multi variables into group in the block?
-
How to put multi variables into group in the block?

-
Do you mean different group numbers? You can type as many as you need comma separated.
-
@l-andorrà Let's say my variables are A1=1 A2=2 A3=3 A4=4 and I have to use them in Group filter. when I right click on it, I can pick just only one of them right? But my work need to use multiple of them, so I tried all of these but didn't work.
(double)v::A1, (double)v::A2
(double)v::A1 + (double)v::A2
(double)v::A1 && (double)v::A2
(double)v::A1 || (double)v::A2
none of them work. -
@noteza700 the group filter probably doesnt support multiple variables... maybe trying a concatenated string variable could help, but why do you need to change the group number anyway?