Here is an example, maybe someone can help me now:
My cross tab report looks like this:
Activity 1 Activity 2Job 123 1-Jan-2010 5-Feb-2010
Job 456 10-Jun-2010 30-Sep-2010
I need the report to display the number of days between the dates for Activity 1 and Activity 2 (ex: Jan 1st-Feb 5th). The problem is that, as you all know, these 2 dates are coming from the same database field (actual_end_date).
Is there a way to calculate this?
Thanks!