Posted By
Paul Mendelson
Thu January 30, 2025 04:30 AM
Found In
Egroup:
Cognos Analytics
\
view thread
#length( join('', substr(split(';',promptmany('Fruit','integer')),0,1) ) )# Split the prompt many into an array of values. [123,234,345,456,567] substring each element to a single character [1,2,3,4,5] join into a string with no separator 12345 count the characters ...
|