Lupanoide

Results 3 comments of Lupanoide

Thank you, I have seen your pull request, but this don't seem to be the problem. I have seen that you are trying to change the ISTAT code of the...

Yes, sure. But I haven't passed any country ISO3 format cause I would like to visualize statistics on Italian regions. Regions visualization works only as a drill down of the...

Yes, It works only as a drilldown of the country!! ``` MATCH (c:Comune)-[:HA_PROVINCIA]->(p:Provincia)-[:HA_REGIONE]->(r:Regione)-[:IN_COUNTRY]->(n:Nazione) WITH c, r AS region, n AS country CALL { WITH c, country RETURN country.sigla_iso_3166_1_alpha_3_stato as code,...