Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are using a hierarchy list box (tree view) to navigate through our application. It all works pretty well. However, the end-user has asked if we can make the list box the same on every sheet. So, if they make a selection on one the tree-view stays the same on every other sheet.
Presently, although they are linked, when you open up the box on one page to where you want to view the data and then navigate to another sheet you need to scroll up/down to be able to change your select to something near the one you had at first. The selection stays the same, but on the second sheet the tree is collapsed. I can't set it to "always fully expanded" because there are hundreds of entries.
Is there any way of getting two linked tree-view list boxes to expand and contract together?
Hi, as far as I know (I may be wrong), there is no way to achieve that, except maybe with a special extension. But a workaround could be to rebuild the application so that you only use one single sheet, so the users actually only use the one single tree view box.
Just assign different variable-values to the display and calculation conditions of the elements from each sheet, put them all on the same sheet, create a set of buttons for the users that will make them think they are skipping from sheet to sheet, when in reality, they are just switching values of the variable, so that the different elements get hidden or shown. Or you could even use the values in your tree view list box to activate/ deactivate different elements, if that is what you are using to navigate your application.
I hope I explained this in a way that makes sense.
Hello @BlondeThursday
Please find the below videos that helps you:
Creating and Configuring Multi Box in QlikView - Bing video
Creating and Configuring List Box in QlikView 2 - Bing video
Thanks,
Padma Priya
Qlik Support
These videos do not cover the problem at all.
Hi, as far as I know (I may be wrong), there is no way to achieve that, except maybe with a special extension. But a workaround could be to rebuild the application so that you only use one single sheet, so the users actually only use the one single tree view box.
Just assign different variable-values to the display and calculation conditions of the elements from each sheet, put them all on the same sheet, create a set of buttons for the users that will make them think they are skipping from sheet to sheet, when in reality, they are just switching values of the variable, so that the different elements get hidden or shown. Or you could even use the values in your tree view list box to activate/ deactivate different elements, if that is what you are using to navigate your application.
I hope I explained this in a way that makes sense.
Thank you for this. It's an interesting notion and would work...just not sure if it will be worth the confusion in this case. Thank you again though I'll keep this method in mind!🤔