Hello all,
I've seen similar questions but nothing quite like this one. I have data that looks like this:
Period | Start Date | End Date | RF |
1 | 01Jan2005 | 31Dec2005 | 0.1 |
2 | 01Jan2006 | 30Jun2006 | 0.2 |
3 | 01Jul2006 | 31Dec2006 | 0.3 |
4 | 01Jan2007 | 31Dec2007 | 0.4 |
The Period column consists of consecutive integers, usually starting at 1. As you can see the Start Date column has uneven increments. Users want to see a graph of RF vs Period:
However the analysis we're doing is based on the Start Date column. That graph looks like this:
I'd like to have something like the second graph, only with Period numbers on the X axis, unevenly spaced. I tried setting value labels for Start Date but when dragged Start Date onto the X axis it ignored my value labels.
Thanks for any suggestions!
Peter