Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
subash29
Contributor III
Contributor III

From Table API in Qlik Sense how to get the Dimension Value or HTML Row

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;

11 Replies
ErikWetterberg

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

ErikWetterberg

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