Hi, i have to create a data cube that have a calulated element that depends from a view parameter.
something like this:
I tried creating a calculated element in ETL like this:
if ($Customer$ ==$parameter_customer$) { return $Value$;} else {return 0;}
But i cannot create a view parameter defined on the $parameter_customer$
I tried creating directly in metric set but no clue about how to set the $parameter_customer$ from the dashboard.
Is it possible?
Thank You