Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
SunilChauhan
Champion II
Champion II

How to create Qext file

Hi All,

I am trying to build a template for Mashup, Can someone please guide how to create a Qext file.

Thanks

Sunil

Sunil Chauhan
1 Reply
viveksingh
Creator III
Creator III

Hi Sunil,

Just write you code and save it as .QEXT format.

Below is sample code for your reference

{

    "name": "JSPivotTable",

    "description": "Javascript Pivot Table (alpha release)",

    "type": "visualization",

  "icon" : "table",

  "preview" : "JSPivotTable.png",

    "version": "0.1",

    "author": "Juan Gerardo Cabeza"

}

write code like above and save the file in the format .QEXT