Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show data for all companies from a country when a company is selected

I have companies as a dimension. When the user selects one company, I want to show the revenues for all the companies in the country the selected company is located in. Country is another dimension and each company has only one corresponding country attribute.

Perhaps I could have a country listbox in an alternate state, and have the corresponding country automatically be selected?

1 Solution

Accepted Solutions
Gysbert_Wassenaar

try something like:

=sum({<Company=,Country=p()>} Revenue)

Change the field names Company, Country and Revenue to the field names that match your situation


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

try something like:

=sum({<Company=,Country=p()>} Revenue)

Change the field names Company, Country and Revenue to the field names that match your situation


talk is cheap, supply exceeds demand