I hope you don't mind me picking your brains. I'm working at a layout for our QA to analyze measurement data from production lines. However there are quite a lot of values there.
For example: We've got several welding stations that weld ~50 different points. It is structured like this: Weld 1 (Value)[welding capacity]
Weld 1 Tolerance min (Value)
Weld 1 Tolerance max (Value)
....
Weld 50
Then we got the same with Force, Torque, etc.
What I'm trying to create is a Single Scatter Chart or Combo Chart with x = Amount of Parts per specific value (count(Distinct Weld1Value))?
and y = A scale depending on the measurement, so Weld would be welding capacity.
With this chart it should be possible to get a bell curve into it, with
normdist(Force, AVG_Force, Stdev(Force))
However I've tried multiple variations with various success. I couldn't manage to get the bell curve in, the Y-Scale is blowing up due to single extreme values and after trying for about a week now, I see that I really need some help with the design part of qlikview.