Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
majdi14789
Contributor III
Contributor III

Group tasks in grant Charts

! !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,

           rowNo.PNG

    --> if i delete the RowNO() ,i found just the last task

NorowNo.PNG

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

,dg.PNG

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,

1 Reply
sunny_talwar