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.04 ms |
0
|
factor |
2050 41.94 ms |
0.019277813232896124
|
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 |