Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have requirement of adding a multiple dimension under Two Filter pane.
Below is my Table Field Names and Its Field values
Below is my Filter Pane Requirements:
Attached is the sample dataset for your reference.
Anyone, Please help!!
Thank you!
Hello,
This can be easily done following these steps:
1. I have loaded the following dataset:
2. Now create the first Filter pane and add FieldName as dimension
3. Create another Filter pane and add the following expression: =If(Match(FieldName,GetFieldSelections(FieldName)),FieldValue)
4. This will only display the FieldValue values where FieldName matches the selected one
5. To limit the selections of the FieldName to only one, go to Edit Sheet > Fields (on the left menu) > Select the field FieldName and edit it. Check the option "Always one selected value"
6. This will give you the outcome:
As you can see when you select one value from FieldName, it will give you only the corresponding options from FieldValue values.
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.
Hello,
This can be easily done following these steps:
1. I have loaded the following dataset:
2. Now create the first Filter pane and add FieldName as dimension
3. Create another Filter pane and add the following expression: =If(Match(FieldName,GetFieldSelections(FieldName)),FieldValue)
4. This will only display the FieldValue values where FieldName matches the selected one
5. To limit the selections of the FieldName to only one, go to Edit Sheet > Fields (on the left menu) > Select the field FieldName and edit it. Check the option "Always one selected value"
6. This will give you the outcome:
As you can see when you select one value from FieldName, it will give you only the corresponding options from FieldValue values.
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.
Thank you Andrei, I had heard great things about you. Thanks for your help in finding a solution.
Hello,
Thank you very much for your kind message! I am glad that this information has helped you achieve your use case scenario 😊