For the word "technology",
Eg t-1
e-1
c-1
I need character count of unique elements of this string
Discussion posts and replies are publicly visible
a!localVariables( local!cahrArr:code("hello"), a!forEach( items:union(local!cahrArr,local!cahrArr) , expression: concat(char(fv!item)," - ",length(wherecontains(fv!item,local!cahrArr))) ) )