I have 4 columns of data in the same table (Min, Mid,Max, Salary). I am trying to create a chart that plots these 4 on the SAME line going horizontally across so basically it would look like a line with four different "X" marks. The value also needs to display. Example below - note that the salary field will sometimes be before the Mid and sometimes after the Mid depending on the data. This is what I need:
Min Mid Salary Max
$25 $40 $45 $52
x--------x--------x-----------x----
I have to do this for 1200 records so I need it to not be a one-by-one fix (to save time).
I have tried doing stacks, horizontal bar charts, overlapping, scatter plot, etc. I tried Crystal Reports as well. Any help would be greatly appreciated.
Min Mid Salary Max
$25 $40 $45 $52
x--------x--------x-----------x----
I have to do this for 1200 records so I need it to not be a one-by-one fix (to save time).
I have tried doing stacks, horizontal bar charts, overlapping, scatter plot, etc. I tried Crystal Reports as well. Any help would be greatly appreciated.