Hi Morphy,
I know you can create a gantt chart by using a crosstab.
- Create your measure in query1 including the dates(start and enddate), put the time in query2 and join them 0.n (between time A and time B). in this case even there is no time, it will be showed on your report. I inserted the time query as an dimension in the datawarehouse. just generate it in excel. 0:00 0:01 0.02.....
- then IF date between starttime and endtime then 1 else 0.
- with conditional formatting IF cell is 1 then color, else no color...
| 0.00 | 0.30 | 1.00 | .......
----------
1/3/2009 | 1 1
2/3/2009 |
3/3/2009 |
one thing you have to mention(problems which I'm suffering) is that if you want a one minute accuracy that the width of your report will be veryyyy big.