TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabValue > Method >

 

GetRowPivot

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabValue > Method >

 

GetRowPivot

 

 

Gets the pivot row value.

 

 

 

Prototype :

 

string GetRowPivot

(

        integer Level

)

 

 

 

Arguments :

 

Level

Level

 

 

 

Reference :

 

The highest pivot level is 0 and the lower level is increased by 1.

 

 

 

Example :

 

_TraceLn(This.GetRowPivot(0));

 

 

 

Available Events :

 

OnBind