Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithThere are many ways to solve this.. here is one: Copy this code and paste it into your graph.
node:Filter
bretype:core::Filter
editor:sortkey=57bdb4a6540450f4_2
input:@40fd2c74167f1ca2/=Static_Data.40fe6c55598828e5
output:@40fd2c7420761db6/=
prop:Script=<<EOX
s=List.replace("(","").replace(")","").replace(" ","")
s=s.replace("Yes","Y").replace("No","N").replace(",","")
Length=strlen(s)
N=strlen(s.replace("Y",""))
Y=Length-N
emit Id,Count,'List',s,Y,N
EOX
editor:XY=240,220
end:Filter