Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I tried with this funtion
var table = qlik.table(model);
var colNumber = table.getColByName('cedant_parent_name');
var rowCount = table.rowCount;
var cellvalue= table.row[0].dimensions[0].qText;
With Qlik Sense Desktop installation comes some example extensions. You'll find them in My Documents\Qlik\Examples\ Extensions. Among them is a SimpleTable extension you can use as a starting point. If that does not suite your needs, look for a more advanced one in Qlik Branch.
Hope this helps
Erik Wetterberg
Hi,
Just wanted to let you know that there is a new tutorial on extensions available at Qlik Branch. And they have a table as tehir example extension.
Hope this helps
Erik Wetterberg