Hi All,
I have created a calculated field which is using parameter value as a flag like,
ifelse(
in({Filter_question_type} ,${Parameter_question_type} )
,total_question,
0)
Here I am using a List based parameter and Filter_question_type
fields is present inside my dashboard. When I select all items inside my parameter, the output goes to 0 while if I select n-1 items it works file.
Note: n denotes all possible values of parameter