dashboard_biomass_primary_demand debug
GQL Statement
IF(
  GRAPH().future?,
  -> {
    SUM(
      V(G(final_demand_group), demand_of_bio_resources_including_abroad)
    ) / BILLIONS
  },
  -> { 0 }
)
Result
| 2019 | 
0
 | 
PJ | 
| 2050 | 
163.91547818064203
 | 
PJ | 
Description
Sum of all primary biomass demand (including foreign demand)
Characteristics
| Groups | |
| Unit | PJ | 
| File path | 
/app/tmp/etsource/gqueries/output_elements/dashboard/dashboard_biomass_primary_demand.gql
 |