QlikView color code for temperature in Celsius
// calculates hue for temperature from -30 to +30 °C: | |
hsl((30 + 240 * (30 - max({<Etage={EG}>} Temp)) / 60) / 255, 0.75, 0.9) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment