Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
NJ
Contributor
Contributor

deliverable dependency

How can we create input dependencies in qliksense ? 

e.g:

Predecessor   Successor

Task1                   Task 2

Task2                   Task 3

How to pull this data in qlik Viz ?

2 Replies
Dalton_Ruer
Support
Support

Use the Organization Chart to visualize hierarchical data like yours see details here: 

https://help.qlik.com/en-US/sense/February2021/Subsystems/Hub/Content/Sense_Hub/Visualizations/Visua...

OrgChartAsIs.png

Notice that it will only display the nodes that you have actually defined. So Task1 never shows up because the way it wants the data is "Name to show" and "Who is my parent". Given your data I used the Successor Name as the Name to Show and the Predecessor  as the Parent. 

If you want to show all nodes add an additional row in your data for the starting point with no parent

Data2:
Load * Inline [
TaskName, SuccessorName
           , Task1
Task1, Task2
Task2, Task3

];

NJ
Contributor
Contributor
Author

Thanks a lot for the solution. 

 I have tried something like this . Issue is the no of nodes for me . I have around 10k No of nodes interdependent . I tried with Network  graph as well  but the data gets really heavy and it can actually create performance issues