Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
cbaqir
Specialist II
Specialist II

Heat Map Gantt/Dates?

I have a requirement to show the following type of heat map based on overlapping dates of tasks.

I've found a couple of heat map videos but those are using expressions such as Sum(profit) and not dates. Any idea on how I could achieve the data below? Each TASK has a TASK_START_DATE and a TASK_END_DATE.

8-21-2015 9-35-52 AM.gif

thanks!

Cassandra

7 Replies
Anonymous
Not applicable

please can you post sample data cassandra , so can help

cbaqir
Specialist II
Specialist II
Author

Sample Data Attached

Anonymous
Not applicable

Hi,

Thanks,will update once solution is done.

cbaqir
Specialist II
Specialist II
Author

Any luck?

Anonymous
Not applicable

Hi Cassandra,

no luck as yet

Regards

Neetha

cbaqir
Specialist II
Specialist II
Author

So... maybe I need something like if a.start_date <= b.end_date AND b.start_date < a.end_date then 1 else 0? I'm not sure how I would define what a or b is though... it could be across several filters.

cbaqir
Specialist II
Specialist II
Author

Still looking for some help with this from someone.