cancel
Showing results for 
Search instead for 
Did you mean: 

Design Studio - Get cell value from Crosstab

Former Member
0 Kudos
148

Hello,

sorry for the simple question... I would like to know how to read the value from a cell in a Crosstab (whose datasource is DS_1). I made in this way:

var cell = DS_1.getDataAsString("MEASURE_NAME", {"DIMENSION_NAME":dimension_value});

but the var cell is empty even if the cell contains data.
Thanks

View Entire Topic
caj_skullman
Explorer
0 Kudos

Hi,

I have used: var myvalue = CROSSTAB.getSelectedMember("DS:2,DIM:id_47");