Hi,
I searched in the forum for retrieving dimensions rather measures because i have only characteristics in my bex query.. say for each user i need to retrieve their user descs which can be multiple column each having 60 charcters which should be concatenated as user desc in design studio and then set in text
like below:
Tried
TEXT_1.setText(DS_1.getDataAsString("", {}));
i could not find the dimension ids as it is a characteristics desc. not measure having ids. Then in empty bracket i tried with technical name of desc 1 but not worked i need to concatenate desc1 and desc 2 to show as one desc.
Kindly help in the above lines of code for retrieving characteritic desc values from the specified datasource with desc concatenation
Measures have measure id to specify whereas characteristics like desc/notes can be retrieved like..
Thanks
--Dinya.