Hello,
I'm developing a mashup and I'm using Qlik Listbox to create "filter area". It's working correctly on my PC/account but some some people don't see those filters and they've got a message about "Object not found".
Basically I've got this set up like this:
var app = qlik.openApp('APP ID', config);
app.getObject('QV-FieldName','Field ID');
Any ideas why some people have problems with accessing those fields?
Thanks in advance.