Hello,
I have a report with a filter parameter "Activity" with two possible values to choose: Command Or Delivery.
We have two kinds of CA: purchase orders CA and delivered orders CA
I have a matrix where I calculate the CA of purchase orders which is taken from a dataset named "COMMANDS_DS".
I have another dataset where I have the CA of delivered orders which is named "DELIVERY_DS".
If I choose the Activity "Command" in the filter then I want that "purchase orders CA" to be displayed. So, my matrix must be based on the "COMMANDS_DS" dataset .
If I choose the Activity "Delivery" in the filter then I want that "delivered orders CA" to be displayed. So, my matrix must be based on the "COMMANDS_DS" dataset .
Is there a way that my matrix be able to choose one of the two datasets depending the "Activity" chosen ?
Thanks in advance.
Best regards.