I have a column of health conditions for individual patients.
Often patients have multiple health conditions. If they have more than one, then the conditions are seperated by a ; (Some patients have up to 5 separate conditions)
I need to find out how often individual health conditions feature. ie how many times is "Arthritis" listed as one of the health conditions?
I've used the Attribute Splitter, using the ; as the delimiter. This creates a list of the health conditions, I've named the list "Health_Conditions".
I now want to find out the number of times each health condition appears in the list / exposed values of the list. ie how many times does eg "Arthritis" appear? And how many times does "Diabetes" appear?
Note: From the screen shots below you can see health conditions can appear in any of the exposed value lists{}
I've tried Statistics Calculator, Counter, ListHistogrammer but can't get the result I am looking for. Many thanks in advance for any words of wisdom.
Stuart