|
jr_get_cell_label2(string subtableViewName, int rowId, string columnName, string radioValue) |
Scroll Prev Top Next More |
This function determines the second label of a cell of a subtable view and returns it as text.
In case the element is a radio button, it is also necessary to fill the parameter radioValue with the value of the respective radio button (e.g. "1").
Parameter |
Type |
Description |
|---|---|---|
subtableViewName |
string |
Name of subtable view |
rowId |
int |
Row ID |
columnName |
string |
Column name |
radioValue |
string |
Default value (optional, only radio buttons) |