Members
version
{string} version
- Source:
Methods
getObjectIsolated(element, appid, objopt, sheetopt, baseUrlopt, showSelectionBaropt, clearSelectionopt, disableInteractionopt, disableSelectionopt, disableAnimationopt, selectionsopt)
Load a qlik object in a isolated iframe
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
element |
HTMLElement | HTML element into which the object must be loaded | ||
appid |
string | Qlik app id. Eg: Consumer Sales.qvf | ||
obj |
string |
<optional> |
id of the object to be loaded. Eg: prgzES | |
sheet |
string |
<optional> |
id of the sheet. Either obj or sheet must be specified | |
baseUrl |
string |
<optional> |
URL of the Qlik server | |
showSelectionBar |
boolean |
<optional> |
false | show / hide the selection bar |
clearSelection |
boolean |
<optional> |
false | clear selections on load |
disableInteraction |
boolean |
<optional> |
false | enable / disable interactions |
disableSelection |
boolean |
<optional> |
false | enable / disable selections |
disableAnimation |
boolean |
<optional> |
false | enable / disable animations |
selections |
Array.<string> |
<optional> |
array of key-values to be selected on load |
- Source:
getQlik(url, prefixopt) → {Promise}
Load Qlik in an isolated context
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
url |
string | Qlik Server base url | ||
prefix |
string |
<optional> |
'/' | Qlik Server prefix for resources folder |
- Source:
Returns:
Promise that gets resolved when qlik sense is successfully loaded
- Type
- Promise
getSelectionBarIsolated(element, appid, baseUrlopt, clearSelectionopt, disableInteractionopt, disableSelectionopt, disableAnimationopt, selectionsopt)
Load a qlik selection bar in a isolated iframe
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
element |
HTMLElement | HTML element into which the object must be loaded | ||
appid |
string | Qlik app id. Eg: Consumer Sales.qvf | ||
baseUrl |
string |
<optional> |
URL of the Qlik server | |
clearSelection |
boolean |
<optional> |
false | clear selections on load |
disableInteraction |
boolean |
<optional> |
false | enable / disable interactions |
disableSelection |
boolean |
<optional> |
false | enable / disable selections |
disableAnimation |
boolean |
<optional> |
false | enable / disable animations |
selections |
Array.<string> |
<optional> |
array of key-values to be selected on load |
- Source:
Type Definitions
qlikIsolatedLoadConfig
Configuration options for qlik-isolated
Type:
- Object
Properties:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
url |
string | Qlik server base url | ||
perfix |
string |
<optional> |
'/' | Qlik Server prefix for resources folder |
makeGlobal |
boolean |
<optional> |
false | after autoloading,aAssign qlik to window object |
successCallback |
function | function to callback when qlik is loaded | ||
failureCallback |
function | function to callback when qlik load failed |
- Source: