Skip to content

QlikView object extension that allows you to create your own animated menu.

Notifications You must be signed in to change notification settings

dbertolini/MenuCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MenuCreator.qar

QlikView object extension that allows you to create your own animated menu. For installation execute MenuCreator.qar and then you will see the object extension on QlikView (WebView mode).

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

{ "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" }] }] }

About

QlikView object extension that allows you to create your own animated menu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published