CR 9 and SQL Server 2000
I Details section a have some formulas like this arranged vertically:
@acct1
@acct2
@acct3
@acct4
@acct5
//@acct1
stringVar array accta := Split({Field}, chr(13));
if count(accta) >= 1 then
accta[1]
else
"";
The other ones are very similar.
So I have a field...
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.