Documentation

getUnitList

gets ID-s of the data records united by the specified unit value

array getUnitList(string name);

Parameters

namestringname of unit, for which records need to be collected

Returns

arrayarray of data objects for the unit in question

Example

var datas = $$("mylist").getUnitList("A");

Back to top