Hi,
I need to fill the pivot table with a datasource that have rows with different number of sub levels.
For example:
1
1.1
1.2
2
2.1
2.1.1
2.1.2
2.1.2.1
2.2
So in my example the max sublevel is 4 (2.1.2.1) and because of that it thinks that all rows has this amount of sublevels. Then it allows to dril for example 1.2 to the fourth sublevel but as it doesn't have data for it, it shows "undefined"
I'm attaching an image where you can see the output of a similar case.
There is a way to avoid those undefined and recognize when the row is a leaf correctly?
thanks
Attachment:
Screenshot_from_20210331_172940_cbecfe40.zip