Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralfbecher/9005bc626bce28d64abe to your computer and use it in GitHub Desktop.
Save ralfbecher/9005bc626bce28d64abe to your computer and use it in GitHub Desktop.
QlikView Scatter Chart determined bubble size
// third expression:
dual( sum(Volume), sqrt( sum(Volume) ) )
// or
dual( sum(Betrag), pow( sum(Betrag), 0.7 ) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment