Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
MenuCreator.qar
I would like to share with you a QlikView object extension that allows you to create your own animated menu.
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:
I like this a lot, I was just starting to write something similar but this does the job superbly!
Great!! I was thinking in doing a new version with submenues, that would be a nice option.
Thank you Adam!
Submenus would be nice to see, also maybe the use of the icons...
Get this up on qlik branch for sure