Hi Friends,
I have data as bellow
Business Date | Hours | Data |
2/9/2014 | 0 | 25 |
2/9/2014 | 1 | 232 |
2/9/2014 | 2 | 532 |
2/10/2014 | 3 | 62 |
2/10/2014 | 4 | 65 |
2/10/2014 | 5 | 32 |
2/10/2014 | 6 | 62 |
2/10/2014 | 7 | 32 |
2/10/2014 | 8 | 26 |
2/10/2014 | 9 | 32 |
2/10/2014 | 10 | 63 |
2/10/2014 | 11 | 232 |
2/10/2014 | 12 | 6 |
2/10/2014 | 13 | 66 |
2/10/2014 | 14 | 22 |
2/10/2014 | 15 | 62 |
2/10/2014 | 16 | 62 |
2/10/2014 | 17 | 62 |
2/10/2014 | 18 | 626 |
2/10/2014 | 19 | 6 |
2/10/2014 | 20 | 62 |
2/10/2014 | 21 | 62 |
2/10/2014 | 22 | 62 |
2/10/2014 | 23 | 62 |
2/10/2014 | 24 | 62 |
2/10/2014 | 25 | 62 |
2/10/2014 | 26 | 62 |
2/10/2014 | 27 | 2 |
I gave prompt on busienss date. If I select business date as 2/10/2014 then I shoud get 0 to 24 data in on column. How to give the condition for this.
Means it has to pull three hours (0 to 3) data from previous day. Not exact 3 hours how many hours in the previous day of the courrent day it has to pull.
Thanks
Riaz