Hey everyone,
I'm creating a PDT that needs certain values to be built. I've got those values in a different explore in the same model. I've noticed you can add advance filters to a dahsboard from different explore, but I don't know how to mention them.
Example. I need to filter my orders explore with the areas informed in geography.view located in a different explore
I don't know how to add the selections made in ${geography.areas} from explore 1, to the table from the explore 2.
Thanks in advance
Solved! Go to Solution.
You will not be able to filter an explore with a field that is not in the explore itself, so if you want to filter your table based on geography.areas, you will need that field joined in to your explore (or get that geographic data in the explore from somewhere).
You will not be able to filter an explore with a field that is not in the explore itself, so if you want to filter your table based on geography.areas, you will need that field joined in to your explore (or get that geographic data in the explore from somewhere).