Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
All,
For an simple mashup, I have developed all the files using visual studio as below.
index.html
index.js
index.qext
wbfolder.wbl
When I take these files and copy to an folder (Mymashup) under Extensions folder on qliksense server, the Mymashup extension is not appearing in devhub under mashup category.
Any one has any idea?
Hi @jpjust
Did you import the mashup in the Qlik Sense management console (QMC) under "Extensions" so that it gets reference ?
In Qlik Sense Desktop, it's enough to copy to the folder, but in Qlik Sense server it needs to be imported in the QMC, you shouldn't copy the files directly to the folder.
I believe that all the mashup files should have the same name as the mashup folder name then dev hub detects the mashup as soon as it finds the mashup folder in the extension location on the qliksense server.
Hi @jpjust
Did you import the mashup in the Qlik Sense management console (QMC) under "Extensions" so that it gets reference ?
In Qlik Sense Desktop, it's enough to copy to the folder, but in Qlik Sense server it needs to be imported in the QMC, you shouldn't copy the files directly to the folder.
Ok, Thanks Damien for that information. I did not knew that.
I did compressed all the files (html,js,qext,wbl) that I saved from visual studio and exported via qmc. Then the mashup became visible in dev hub.