Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
! !Hi Everyone,
I have a question please,
I am trying to create an application that help to follow the scheduler in real time(running tasks,failed tasks,.. something like that),
So after i reading log files and take the tasks that i want to see them in graphic(Gant charts),i found a problem:
i have some tasks that relaunched many times in the one day,and tasks that failed so they relaunch one more time,
in my graphic i found something like that:
--> if i add a RowNo() in 'LOAD',every duplicated tasks are representing in a new line,
--> if i delete the RowNO() ,i found just the last task
and i want when the task is relaunched(run second time or third..),i get the representation in the same line like the picture bellow that i founded in this:Recipe for a Gantt chart
,
And in this discussion,when i try to follow the exemple, i can't add a number for projects(event) when they are duplicated(seems resolve the problem),for exemple:
My table is like that :
TaskName, Start, Finish,
PR1, 00:30, 01:30,
PR1, 02:30, 04:30,
PR2, 10:30, 11:30,
PR2, 13:30, 14:30,
PR2, 20:30, 22:00,
And i want something like that:
TaskName, Start, Finish, Event
PR1, 00:30, 01:30, 1
PR1, 02:30, 04:30, 2
PR2, 10:30, 11:30, 1
PR2, 13:30, 14:30, 2
PR2, 20:30, 22:00, 3
Many thanks,
May be see if this discussion is helpful:
https://community.qlik.com/message/1103435?et=watches.email.thread#1103435