Skip to main content Skip to complementary content
Close announcements banner

getColByName method

getColByName(fld)

Method used to get column number for a given field name.

Since:
  • 2.1

Parameters

Name Type Description
fld String

Field name

Returns

Column number, starting with zero. Undefined if no column with that name exists.

Example

var table = qlik.table( this );
var colNumber = table.getColByName('Closed cases');

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!