I have sql query that do double group by(column 1 and column 2), result set is in the following format
Im trying to create multi line HTML5 chart in jasper studio/ireport in the following format:
- xAxis(Category) will have column2 values (distinct). In this example three values on xAxis
- yAxis (Measures) will have column3 values and for each value in column 1 it should have one line with data from column 3. So four lines for 4 different values in column 1.
Is this possible to achieve with this result set? I was trying to create Groups, add conditions for measures but no result.