Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I am trying to create a tree with 4 levels: all sales, sales type, store type, valid sale
the square with the name of the level must have an icon
every square with a the amount can be clicked on to filter the data according to the dimentions of that level.
for exp if I clik on sales type 1 the data will be filtered by dimention sales type= 'sales type 1'.
if I clik on 'on line' the data in the app will be filtered by the dimentions sales type= 'sale type 1' and store type= 'online'
is there a better way of creating this?
I dont like the way the connecting lines are showing becaus iof the space between the lines(I used vizlib line object)
also evey object takes up lots of space- I am using the smalles size of the costum grid
thank you
this look like a org chart, maybe try something like this?? Maybe not exactly what you are looking for, but this is your best chance
this look like a org chart, maybe try something like this?? Maybe not exactly what you are looking for, but this is your best chance
an org chart uses only 2 dimentions I have 4
can you please explain how to implement?
See attachment for the APP. In the script you can see how i created the hierarchy Data, 2 dimensions: Parent & Child. Think this will help you.