I have a list report with a column called Days_on_Contract which contains a string of Ys and Ns where the contract runs i.e YYYYYNNN, I want to be able to count the number of times Y appears in the string. I've tried the Char_Length and Substitute functions but these don't work, I can do this in Excel with LEN(cell) - LEN(SUBSTITUTE(cell,"Y","").
How can I achieve this in Impromptu??
Thanks
Tusk
How can I achieve this in Impromptu??
Thanks
Tusk