Rolf Staege

Results 2 issues of Rolf Staege

Hi, I created a Graph with 4 horizontal lines (Amenadiel\JpGraph\Plot\PlotLine) and a GroupBarPlot (Amenadiel\JpGraph\Plot\GroupBarPlot). If I call `Graph->GetPlotsYMinMax(...)` the horizontal lines will be stripped out for calculation, which is fine....

So far the column alias will be removed, if a * is found in column name. This prevents for selecting the following: `$objQuery->setFunctionAsColum('SUM', ['Column1*Column2'], 'my_alias');` Now this can be done....