Forum Discussion

smpa01's avatar
smpa01
Community Champion
1 year ago
Solved

PATH Partition by

Is there any way to build a path that is to be partitioned by an additional partition column (group by column)   desired result - partitioned by Q | Q | parent | child | rowNum | path | | - |...
  • smpa01's avatar
    smpa01
    1 year ago

    For a data like this, a path can be simply built out by doing this

     

     

    and other path callbacks work perfectly on that "built-out path". I did think it would be so simple. Not sure, if this is going to create any issues later, but for now I am working with this.