Hello,
In DS 1.2 we are using a BW query for TOP 10 countries in a datasource as shown in the following example:
Country | Turnover |
---|---|
DE | 50000 |
AT | 40000 |
CN | 20000 |
... | ..... |
BR | 100 |
Country is a characteristic in rows (technical name 0COUNTRY), turnover a keyfigure in columns (technical name ZTURN) and TOP 10 is a condition in the query.
Now we want to get e. g. the second dimension member (in the example "AT") and display it in a text element (the selection of the country should be dynamic). Does anyone have ideas how we can realize this?
Thanks in advance,
Bernd