Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Pericator
Contributor III
Contributor III

Copy Field Selections to another Field

Hi,

i got two fields both containing a list of Countries.  For filter reasons I can't connect those two tables and fields.

Now my goal is, to copy the value of one of those Country selections to the other e.g.:

I select United States in one of the two fields, it should automatically select United States in the other aswell. How can I achieve this?

 

Thanks in Advance

Greetings

2 Replies
Channa
Specialist III
Specialist III

if there is no connection how can you filter bro..

try build third one use concatenate keep all countries in that table and join with that one

 

Channa
rogerpegler
Creator II
Creator II

If the goal is to get a chart to filter by making selections in a filed that is not associated, you may be able to use the p function in set analysis eg

sum({<Country1=p(Country2)>}Data)