<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > FixedTableLabel > Method >SetDistinctFieldName |
Sets the deduplication field name of the summary label.
Prototype :
void SetDistinctFieldName
(
string DistinctFieldName
)
Arguments :
DistinctFieldName |
deduplication field name |
Reference :
Label data type should be the summary type.
Example :
This.SetDistinctFieldName("Name");
Available Events :
OnInitialize