dashboard_co2_emissions_versus_start_year debug
GQL Statement
IF(
  GRAPH().future?,
  -> {
    DIVIDE(
      QUERY_FUTURE(total_co2_emissions),
      QUERY_PRESENT(total_co2_emissions)
    ) - 1.0
  },
  -> { 0 }
)Result
| 2019 | 0 | factor | 
| 2050 | 0.01859985622090754 | factor | 
Description
This query presents the CO2 emissions relative to the start year
Characteristics
| Groups | |
| Unit | factor | 
| File path | /app/tmp/etsource/gqueries/output_elements/dashboard/dashboard_co2_emissions_versus_start_year.gql | 
References
| Gquery | kpi_co2_emissions_versurs_start_year |