= load( local!clickedCategory, with( { a!columnChartField( label: local!clickedCategory, categories: { "Americas", "EMEA", "APAC" }, series: { a!chartSeries( label: "Referrals", data: { 19, 0, 8 }, links: { a!dynamicLink( label: "", value: "Category: Americas" & " ; " & "Label: Referrals", saveInto: local!clickedCategory ), a!dynamicLink( label: "EMEA", value: "Category: EMEA" & " ; " & "Label: Referrals", saveInto: local!clickedCategory ), a!dynamicLink( label: "APAC", value: "Category: APAC" & " ; " & "Label: Referrals", saveInto: local!clickedCategory ) } ), a!chartSeries( label: "Existing Clients", data: { 11, 16, 10 }, links: { a!dynamicLink( label: "", value: "Category: Americas" & " ; " & "Label: Existing Clients", saveInto: local!clickedCategory ), a!dynamicLink( label: "EMEA", value: "Category: EMEA" & " ; " & "Label: Existing Clients", saveInto: local!clickedCategory ), a!dynamicLink( label: "APAC", value: "Category: APAC" & " ; " & "Label: Existing Clients", saveInto: local!clickedCategory ) } ), a!chartSeries( label: "Tradeshow Attendees", data: { 14, 12, 7 }, links: { a!dynamicLink( label: "", value: "Category: Americas" & " ; " & "Label: Tradeshow Attendees", saveInto: local!clickedCategory ), a!dynamicLink( label: "EMEA", value: "Category: EMEA" & " ; " & "Label: Tradeshow Attendees", saveInto: local!clickedCategory ), a!dynamicLink( label: "APAC", value: "Category: APAC" & " ; " & "Label: Tradeshow Attendees", saveInto: local!clickedCategory ) } ) }, yAxisTitle: "Active Opportunities", stacking: "NORMAL", showLegend: true ) } ) )