Vizlib Home Try Vizlib
Welcome
Login
Implemented

Sheet Menu | Selection Menu features : Colors and Buttons options

Hi,


Do you think possible to add features in the Sheet Menu extension, under the selection menu to:

1/ Customize the colors in that selection menu

2/ Add a button in that menu to show/hide a filter panel (filter panel that could expand horizontally or vertically). Maybe that button could show/hide the vizlib toolbar extension...


Basically something like we see in that video/post: here

> I really like the UI/UX of that filtering video and I think that is really intuitive. Right now the filtering design capabilities in qlik are not really great and that would be a great improvement I think (the vizlib toolbar extension was a huge improvement but now we need a better to give visibility to selections and clear selections as well).


Thanks!

Alex


1 person likes this idea
  • Hi ALEXANDRE,

    Hope you are well. 

    Can I confirm that you are referring to this?

    Things like this can already be achieved in the Sheet Menu > Styles (CSS) 
    Also see my images below along with the code I made & inserted.

    ='.sheet-grid #grid {
        bottom: 5px;
        left: 5px;
        position: absolute;
        right: 5px;
        top: 5px;
        background-color: indianred;
        }
    .bright.qv-panel-current-selections li {
        border-radius: 20px;
        background: darkmagenta;
        border-right: 1px solid #d9d9d9;
        box-shadow: none;
    }
    .bright.qv-panel-current-selections .item {
        color: white !important;
    }
    .bright.qv-panel-current-selections .values :not(.item-locked) {
        color: white;
    }
    .qv-panel-current-selections .remove span {
        font-size: 14px;
        color: white;
    }
    '

    I hope this answers your question.

    Please note your unique ticket reference (#32447) and URL https://community.vizlib.com/helpdesk/tickets/32447

    Kind regards,
    Luke T
    Vizlib | Product Manager
  • Hi ALEXANDRE,

    I am happy that i have managed to solve point #1 for you

    In regards to #2, it is not possible to have a button in the selection bar. However, the side menu can house buttons/filters/a few other visualization that are master items. Would this help you?
    See screenshot below
    Hope this could help you

    Please note your unique ticket reference (#32447) and URL https://community.vizlib.com/helpdesk/tickets/32447

    Kind regards,
    Luke T
    Vizlib | Product Manager
  • I'd just like to second that I'd love a button to pop out the toolbar extension that could live on either the top or  side menu. (If I'd had to pick, I'd prefer the top menu). :)


    Thanks!

    Melissa

  • Thx Luke for your feedback. It might be possible to have a button in selection bar as the person in the video I've just shared was able to implement it... Not sure how he did it?

  • Hi ALEXANDRE,

    ​I would recommend also trying the Self-Service Toolbar which would provide you with the option of buttons.

    Please see the attached QVF I have added.

    Hopefully this self-service option can provide you with an answer. If you haven't downloaded that, please go to the portal to download the extension/product.

    Please note your unique ticket reference (#32447) and URL https://community.vizlib.com/helpdesk/tickets/32447

    Kind regards,
    Luke T
    Vizlib | Product Manager
    qvf
Login to post a comment