Integration, Extension & APIs

Discussion board where members can learn more about Integration, Extensions and API’s for Qlik Sense.

Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!

Who Me Too'd this solution

rbecher
MVP
MVP

Having same problem here.

Btw. a simple listbox (not a filterpane) can be created in that way (undocumented):

app.visualization.create('listbox', null, {

      qListObjectDef: {

        qDef: {

            qFieldDefs: ['Month']

        }

      }

  }).then(model => {

    model.show('myDiv')

  })

Astrato.io Head of R&D

View solution in original post

Who Me Too'd this solution