I tried some solutions from here but nothing works.
- Try
I have a dataset with all attributes different columns for ever needed languages. i have a dataset parameter for the selected language. then i added calculated fields for every attribute to the dataset
maxOver(
ifelse(
${TranslateLanguage} = 'DE', {German},
${TranslateLanguage} = 'EN', {English},
{German}
),
[Attribute='Amount/Value'],
PRE_FILTER
)
but the maxOver don’t work. if i only use ifelse i get a result
- Try
I have a dataset with different columns for every attribute. and the language is in a row.
Every Time when i use the Values in a Parameter then i get only ‘ALL‘ how can i configure the parameters that i get only the first value.
thanks for helping