Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ralfbecher/5c314c121609818b8b3f to your computer and use it in GitHub Desktop.
Save ralfbecher/5c314c121609818b8b3f to your computer and use it in GitHub Desktop.
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