I have a query that pulls back a table with only a single row and 4 columns. There is one column for each Quarter of the year (Q1, Q2, Q3, Q4). The total sales is listed for each quarter.
I'm trying to make a sparkline to represent quarter-to-quarter sales in Microsoft SSRS Report Builder 3.0.
However, all of the tutorials I find online want the dataset to be structured differently. The online tutorials want me to have a table with two columns (Quarter & Sales) and four rows (one row for each quarter of data).
Is there a way for me to make a sparkline for my sales data without having to restructure my dataset? In other words, I need a way to create a sparkline that represents datapoints across different columns in a single row of a table.