survey123 view multi select results

2124
4
Jump to solution
09-19-2016 08:57 PM
AlistairFox
Occasional Contributor

When Survey123 stores multi select data it stores as a csv list of text strings. eg: Option1,Option2,Option3

On the Analyse tab of the Survey 123 dashboard these are split out and displayed on a bar graph as individual elements. 

How has this been done and how do we replicate this in Ops Dashboard so we can bar graph the unique elements in our multi select lists?

0 Kudos
1 Solution

Accepted Solutions
JamesTedrick
Esri Esteemed Contributor

At this point, that would need to be a custom widget within the Ops Dashboard Framework.  

One way would be to load the layer/selection set values, and create a dictionary with key:value being <term>:[<itemIDs>].  This would make getting a graph pretty easy, as it is the length of the array of itemIDs, and allows for quick selection of the items with the appropriate IDs.

View solution in original post

4 Replies
JamesTedrick
Esri Esteemed Contributor

At this point, that would need to be a custom widget within the Ops Dashboard Framework.  

One way would be to load the layer/selection set values, and create a dictionary with key:value being <term>:[<itemIDs>].  This would make getting a graph pretty easy, as it is the length of the array of itemIDs, and allows for quick selection of the items with the appropriate IDs.

MarkRankin1
New Contributor II

Howdy All,

Is a custom widget still needed to display multi-select values in Operation Dashboards?

Thanks,

Mark

0 Kudos
JamesTedrick
Esri Esteemed Contributor

Hi Mark,

The current version of Operations Dashboard does not support custom widget at this time. 

0 Kudos
PrestigePreparatory
New Contributor II

Can this be accomplished within Dashboards using an arcade data expression to pull the data? @JamesTedrick 

0 Kudos