Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
=count(
{<
[Project Details.Load Date]={'*'}
, [TD.DateWeekEnd]={"$(=WeekEnd([Project Details.Load Date]))"}
>}
if( [Project.Load Date]=[Project Details.Load Date]
AND NOT [Project Status]='PROJECT CANCELLED' AND NOT [Project Status]='ON HOLD' AND NOT [Project Status]='PROJECT AWARDED'
AND Milestone.Flag = 0
AND NOT IsNull([Milestone.Actual Date])
AND [Milestone.Revised Date]=[Project Details.Load Date]
, [Milestone]))
I think your approach could work but is very complex and it would be quite difficult to maintain and extend. I suggest you should go back one or two steps and look if you could optimize your datamodel and make some associations and calculations in the script. Maybe these links could give you some hints:
Files for creation of a Gantt chart
- Marcus
Well it's nice to know that I'm not just me being green with regards to Qlikview skills.
Thanks, Marcus I'll review the material you have included in your reply.
Thank you.