I guess if dimension is coming from different tables then it would be created from a custom attribute but for a filter you can create the filter based on a variable where variable stores the selected dimension.
you can provide the variable in YAML edit of the component.
I guess if dimension is coming from different tables then it would be created from a custom attribute but for a filter you can create the filter based on a variable where variable stores the selected dimension.
you can provide the variable in YAML edit of the component.
I tried, but i can apply component filter when data coming from single table,
i need logic when data come in dimension of table from multiple table
create a custom attribute where data is coming from different tables.
and in the YAML component filter of dropdown add a logic like below
-attribute : ${dimen == 'LIFNR'? "LFA1":'EKPO'}.${dimen}
this is a if condition when when there is lifnr it takes from LFA1 else EKPO
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.