Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Community,
I am trying to recreate a Sankey Diagram made in R using the plotly extention in QlikSence. My data is structured as follows:
| Link_Source | Link_Target | Value |
| 1 | 2 | 50 |
| 2 | 3 | 10 |
| 2 | 4 | 40 |
| 3 | 5 | 5 |
| 3 | 6 | 5 |
| 4 | 7 | 40 |
Is it possible to create a Sankey diagram with this data structure or should i restructure my data so i can re-create my sankey chart in Qlik?
Any input on this would be really helpfull, if more information is needed, please let me know.