Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

MenuCreator

MenuCreator.qar

I would like to share with you a QlikView object extension that allows you to create your own animated menu.

menucreator1.jpg

ABOUT THE EXTENSION

This is a QlikView extension that allows you to create your own animated menu by passing the correct JSON code into the expression. You can create separators and items that redirects the QlikView page to an specific URL.

JSON CODE (example)

{ "menu":

     [{ "separator": "Author", "content":

          [{ "title": "Diego Bertolini", "url": "http://www.diegobertolini.com" }] },

     { "separator": "Information", "content":

          [{ "title": "Qlik", "url": "http://www.qlik.com" },

          { "title": "Community", "url": "https://community.qlik.com" }]

     }]

}

Download links:

Diego Bertolini | Personal Web Page

GitHub - dbertolini/MenuCreator: QlikView object extension that allows you to create your own animat...

3 Replies
adamdavi3s
Master
Master

I like this a lot, I was just starting to write something similar but this does the job superbly!

Not applicable
Author

Great!! I was thinking in doing a new version with submenues, that would be a nice option.

Thank you Adam!

adamdavi3s
Master
Master

Submenus would be nice to see, also maybe the use of the icons...

Get this up on qlik branch for sure