Hi,
I am working at a data bound component.
I want the user to be able to choose a characteristic of the data source in the properites to display it with my component.
This should be similar to the standard component "Dimension Filter".
My problem is that I (and the sample component "Sample Table" as well) could only choose key figures (in the example: "Anzahl Sätze").
The characteristic (in the example: "Land") could not be chosen.
Do you have any suggestions how I could solve this problem?
Furthermore I am trying to get the values of some characteristics by using the metadata. Similar to the "Sample Table" I am using the statement "meta_data.dimensions[i] .members[k] .text".
The return value looks like: "Key | Description".
Are there some functions to divide them or do I have to use String-Operations?
Regards,
David
P.S.: I am rather new to this topic so I may not use all terms correctly, but I hope the pictures will clarify my problem.