Jump to content

Dynamic group name?


Recommended Posts

  • 4 weeks later...

you can use the "partition" node. Its a great GREAT life saver. you just have to supply the rule to determine how the groups are created. for example if you want to sort base on id values. you would write

partGroup_`$ID%5` where partGroup_ is the arbitrary name I gave and `$ID%5` is the math rule. In this case ID value modulus 5. so ID's 0,5,10,15,..are in one group. and 1,6,11,16,.. in another, 2,7,12,17,..another and so on.

They key is to place the rule you need inside the ` ` backticks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...