Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
manu1512
Creator
Creator

Change the chart selection based on the selection of other dimension

Hi all,

I am facing the problem in requirement.

We have two different dimension used in two charts as dimension:-

Contractship to country,Equipmentshiptocountry both have same values :-

Now client if we select Contractship to country , same selection should appear in ,Equipmentshiptocountry chart..

 

Both dimension are in different table.

 

let me know incase of further details

 

 

Kind Regards

Manu

1 Solution

Accepted Solutions
prieper
Master II
Master II

Depending your datamodel ...
You may link both tables by changing one (or both names) to a common one, e.g. "country".
Else you may have to create an intermediate table to link both fields and define a certain relationship between them.

View solution in original post

2 Replies
prieper
Master II
Master II

Depending your datamodel ...
You may link both tables by changing one (or both names) to a common one, e.g. "country".
Else you may have to create an intermediate table to link both fields and define a certain relationship between them.
nilaksh92
Partner - Contributor III
Partner - Contributor III

Please share sample data, then someone might hep you out.