gets ID-s of the data records united by the specified unit value
name | string | name of unit, for which records need to be collected |
array | array of data objects for the unit in question |
var datas = $$("mylist").getUnitList("A");
Back to top