Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have an issue with one object I open in a mashup.
It is a custom table, I tried getting it in two different ways:
app.visualization.get('QlikID');
app.getObject('QlikID');
but in both cases the column names stack on the left side:
And i should be like this:
Any ideas why it get formatted like that?
Thanks!
Hi,
Check the css - are there any css classes that clash? Also verify that the css is loaded (check the browser console for errors). This looks like an extension, so you should probably talk to the extension developer.