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:
![11145_rf vs period.png 11145_rf vs period.png](https://community.jmp.com/t5/image/serverpage/image-id/2839iD9A1086AD687107A/image-size/medium?v=v2&px=400)
However the analysis we're doing is based on the Start Date column. That graph looks like this:
![11146_rf vs start date.png 11146_rf vs start date.png](https://community.jmp.com/t5/image/serverpage/image-id/2840i5885FA1DAEC7BF9A/image-size/medium?v=v2&px=400)
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