Hoping for some suggestions on the following please;
We have a report set up showing the Regional Split where clients are placing work from, EMEA, Americas & Asia Pacific, on the custom form selecting a region then gives the option to confirm the country, e.g. select EMEA and then you see the list of countries, e.g. UK etc.
This is all working fine however on the report we have set up the default view to be a pie chart & we want to be able to click on a slice, e.g. EMEA then see the list of countries who placed a job (project) - so far this is proving difficult. My colleague has used the following text mode but wondered if we are missing a vital part/brackets etc as it has not given us what we needed;
IF(Americas=""&&EMEA="",'Asia Pacific',
IF(Americas=""&&Asia Pacific="",'EMEA',
IF(EMEA=""&&Asia Pacific="",'Americas')))
Any advice is much appreciated!