GQL Statement
SUM(
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :households"
      ),
      biodiesel?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :households"
      ),
      bio_ethanol?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :households"
      ),
      wood_pellets?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :households"
      ),
      bio_lng?
    ),
    value
  )
) / BILLIONS
Result
| 2019 | 16.008355400000003 | PJ | 
| 2050 | 16.008355399997594 | PJ | 
Description
Final demand of the 'biomass_products' carrier group
 
Characteristics
| Groups |  | 
| Unit | PJ | 
| File path | /app/tmp/etsource/gqueries/general/final_demand/mece/final_demand_of_biomass_products_in_households.gql | 
References