Forum Discussion

ctho222's avatar
ctho222
Frequent Visitor
1 year ago
Solved

Duplicating Nodes/Label Question: Sankey 3.4.3

So! I want to have a diagram that shows two flows [eachs, spend] over three cycles [Current, Proposed, Actual], with each node being a physical item that my company has/will spent money on. 

 

I am almost there, I would create bookmarks so that there is a view for the different flows [you see the eaches or spend only].

I get the idea that for each row, a node is created like Source -> Target and the Weight is the width of the node. My problem is that when the source node name is the [Item Name] it creates two flows from one node. I would prefer it to duplicate the node kind of like how it is in the documentation of the visual. That at least would give me a workaround. How would you achieve a result like the pictured image?

 

 

BASE TABLE
BrandItemCurrent.EachesProposed.EachesActual.EachesCurrent.SpendProposed.SpendActual.Spend

Medtronic1234101010101010
Medtronic123202020202020
Medtronic12303030303030
Schedtronic13404040404040
Schedtronic14505050505050
Schedtronic15606060606060



Transformed Table [Headers have been unpivoted and associated with the item, threw in a index label]

SOURCETARGETVALUELABEL

1234Current EachesTOTALPROPOSEDEACHS503
1234Proposed EachesTOTALACTUAL EACHS05
1234Actual EachesTOTALACTUAL EACHS401
1234Current SpendTOTAL PROPOSED SPEND1004
1234Proposed SpendTOTALACTUALSPEND06
1234Actual SpendTOTALACTUALSPEND402
123Current EachesTOTALPROPOSEDEACHS309
123Proposed EachesTOTALACTUAL EACHS011
123Actual EachesTOTALACTUAL EACHS207
123Current SpendTOTAL PROPOSED SPEND2010
123Proposed SpendTOTALACTUALSPEND012
123Actual SpendTOTALACTUALSPEND208
12Current EachesTOTALPROPOSEDEACHS2015
12Proposed EachesTOTALACTUAL EACHS017
12Actual EachesTOTALACTUAL EACHS3013
12Current SpendTOTAL PROPOSED SPEND7016
12Proposed SpendTOTALACTUALSPEND018
12Actual SpendTOTALACTUALSPEND3014
13Current EachesTOTALPROPOSEDEACHS021
13Proposed EachesTOTALACTUAL EACHS5023
13Actual EachesTOTALACTUAL EACHS6019
13Current SpendTOTAL PROPOSED SPEND022
13Proposed SpendTOTALACTUALSPEND10024
13Actual SpendTOTALACTUALSPEND6020
14Current EachesTOTALPROPOSEDEACHS027
14Proposed EachesTOTALACTUAL EACHS3029
14Actual EachesTOTALACTUAL EACHS8025
14Current SpendTOTAL PROPOSED SPEND028
14Proposed SpendTOTALACTUALSPEND2030
14Actual SpendTOTALACTUALSPEND8026
15Current EachesTOTALPROPOSEDEACHS033
15Proposed EachesTOTALACTUAL EACHS2035
15Actual EachesTOTALACTUAL EACHS7031
15Current SpendTOTAL PROPOSED SPEND034
15Proposed SpendTOTALACTUALSPEND7036
15Actual SpendTOTALACTUALSPEND7032

 

3 Replies