Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Our team recently upgraded from Qlik sense Feb '23 to May '25 and with that upgrade we noticed that we are no longer seeing the Listbox visualization's search bar in our mashup (as seen below).
Nothing has changed on our end other than upgrading our system and I don't see anything in the patch notes regarding the listbox other than theme styling. Am I missing something here? Any help would be greatly appreciated!
Implementation screenshots are below:
I was able to find the solution, for the search bar to be included in the visualization you MUST include the "title" property with a value. If you prefer to not have a title, I was able to keep it hidden by adding a space for the value. (title: " ").
I'm not sure if it is a bug but his is some odd behavior in my opinion, I think the visibility of the search bar / listbox functions should not be tied to the whether or not the visualization has a title. I also feel like that should be noted in the documentation if that is the intended functionality.
The filter has changed since then
I believe it was November 2024 so it is possible that some changes needs to be done in the mashup
Any ideas on what may have changed in the UI? Are there any new limitations that may be affecting my viz? Any workarounds you could suggest?
According to the documentation, this should still be the correct way to implement the listbox vis using the app api. I don't see anything regarding new attributes to show / hide the search bar or ui limitations that would effect it showing.
I was able to find the solution, for the search bar to be included in the visualization you MUST include the "title" property with a value. If you prefer to not have a title, I was able to keep it hidden by adding a space for the value. (title: " ").
I'm not sure if it is a bug but his is some odd behavior in my opinion, I think the visibility of the search bar / listbox functions should not be tied to the whether or not the visualization has a title. I also feel like that should be noted in the documentation if that is the intended functionality.