I have a report where I need multiple parameters and multiple formula's. My selection criteria is: {TASKS.HOURS} > 0 OR {TASKSACT.HOURS} > 0 and
{TASKS.RESPONS} = {?Tech } and
{TASKS.COMPLETED} >= {?FromDate} AND {TASKS.COMPLETED} <= {?ToDate} OR
({TASKSACT.COMPLETED}) >= ({?FromDate}) and ({TASKSACT.COMPLETED}) <= ({?ToDate})
This is for Track It data, and I need to get taskact(Subtask) hours if none use the Task hours, and then use parameters for From and To dates. The problem is that my parameters are not working. They all work individually but not when I put them together. Any ideas?
{TASKS.RESPONS} = {?Tech } and
{TASKS.COMPLETED} >= {?FromDate} AND {TASKS.COMPLETED} <= {?ToDate} OR
({TASKSACT.COMPLETED}) >= ({?FromDate}) and ({TASKSACT.COMPLETED}) <= ({?ToDate})
This is for Track It data, and I need to get taskact(Subtask) hours if none use the Task hours, and then use parameters for From and To dates. The problem is that my parameters are not working. They all work individually but not when I put them together. Any ideas?