GQL Statement
SUM(
  V(
    FILTER(
      FILTER(
        INTERSECTION(
          EG(final_demand),EG(other_chemical_industry)
        ),
        energetic?
      ),
      coal?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        INTERSECTION(
          EG(final_demand),EG(other_chemical_industry)
        ),
        energetic?
      ),
      coal_gas?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        INTERSECTION(
          EG(final_demand),EG(other_chemical_industry)
        ),
        energetic?
      ),
      cokes?
    ),
    value
  )
) / BILLIONS
Result
Description
Energetic final demand of the 'coal_and_derivatives' carrier group
 
Characteristics
| Groups |  | 
| Unit | PJ | 
| File path | /app/tmp/etsource/gqueries/general/final_demand/industry/chemical_industry/final_demand_of_coal_and_derivatives_in_other_chemical_industry_energetic.gql | 
References