GQL Statement
IF(INPUT_VALUE(households_lighting_incandescent_electricity_share) > 45,
"incandescent_lighting",
IF(INPUT_VALUE(households_lighting_efficient_fluorescent_electricity_share) > 45,
"fluorescent_lighting",
IF(INPUT_VALUE(households_lighting_led_electricity_share) > 45,
"led_lighting",
"error"
)
)
)
Result
2019
1.24
ms
|
"fluorescent_lighting"
|
|
2050
0.14
ms
|
"fluorescent_lighting"
|
|
Description
Characteristics
Groups |
|
Unit |
|
File path |
/app/tmp/etsource/gqueries/modules/etflex/etflex_level_2/etflex_households_lighting_technology_in_use.gql
|
References