thanks pmax9999
I put it in the detail section of the crystal report .
Now i get something like this
(on the left hand side the is the string array and on right side is the new formular)
the first detail has the entry's (123456, 455612, 7898797)
and get back
00340383920026147139...
Hi together
I have a database field (varchar2) with "n" entry's ( like "00340383920026147139/ 00340383920026147146/ 00340383920026147153/ 00340383920026157153")
The delimiter is "/ "
and the formula is
stringvar array x := split({mydatabase.field},"/ ");
stringvar z := "";
numbervar y;
for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.