Skip to main content

Hi all!I hope there's someone who may help me.

 

Thanks to Kelly Martin explanations (here: VizCandy: Replicating a New York Times d3.js Chart with Tableau), I'm trying to replicate  that astonishing dataviz with my own data (employment rate for EU countries since '90s).

In spite of my effort in trying again and again, I can't encompass two main problems:

 

1st) when I try to extract data to save my dashboard on tableau public, the aggregated field I created to visualize the begin and the end of my time variation [AGG(Refmonthdot)], goes off. I tried different options in the extraction procedure (all rows, etc.) but I can't understand if there's a way or not.

 

2nd) I would like to command the parameter and the viz on the right side of my dashboard by selecting/highlighting each country on the map in the left side. In other terms I would like to syncronize the highlighting action (a country from the map) with the selection parameter (Geo Parameter).

 

Thank you in advance to anyone could help me...

Marianna

7 answers
  1. Jun 3, 2014, 2:25 PM

    Change the first line of the formula to this:

     

    IF DATETRUNC('year',(MAX(date)))=DATETRUNC('year',attr())

     

    in this case  is at a different aggregate level so adding attr()

    groups it accordingly.

     

    On Tue, Jun 3, 2014 at 10:23 AM, marianna cosseddu <

0/9000