if one dimension is checked select all dimensions
Hi I have a boolean that is checked at one dimension (turns, in this case it is turn 6)
How can I make it so that if the boolean is checked at turn 6 the boolean at all turns will be checked?
Thank you
Tagged:
0
Best Answer
-
I figured it out, I just had to set the summary method to ANY
0