Path mapper to do create 'nested partitions'

Hi all,

I have a tree with 27 branches and I want to make partitions of 3 in order to have 9 branches with 3 branches each:

{0;0} N= 8
{0;1} N=10
{0;2} N=11
{1;0} …
{1;1} …
{1;2} …

{8;0} …
{8;1} …
{8;2} …

I know how to do it with partition list, just want to figure out how to do it with path maper. Thanks

Hi,

You can use the modulo operator, like this:

1 Like