I have an enumlist that gives a list of keyword values from another field. I want to make a chart based on those keywords. I know I need a count expression for each value in the enumlist but im not sure what.
I would like a count of each keyword in the enumlist named [q1 AI]
So I am using the new AI features to pull keywords from a conversation field. The keywords are stored in an enumlist field and looks likes this as for the values
managing shifting priorities, balancing multiple projects, communication across all stakeholders, changes occur rapidly, improving communication channels
Since many of the responses are similar I would like a chart that shows a count of the individual response words.
A chart that says
managing shifting priorities - 2
balancing multiple projects - 2
ensuring clear communications - 1
communication across all stakeholders - 1
consistent communication - 1
changes occur rapidly - 1
better document process - 1
And so on.
So a chart that takes the individual values from the enumlist seperated by commas and a count of each one. Does that make sense?