Crystal Reports: why is memo-type field truncated at 255 characters? -


i'm working in crystal reports xi (11.5.12.1838) running on remote windows system , accessed via citrix. data coming blackbaud raiser's edge export.

i have 2 different custom reports need display note (from raiser's edge) can of length. in both cases, database line dragged , dropped field in report. it's set grow no maximum. in 1 report, works; in other, not, truncates text @ 255 characters (or perhaps bytes: rtf version cut off earlier in text).

the criteria reports different (one reporting on single constituent, other [which doesn't work] on constituents connected specific individual). however, don't know enough might cause problem narrow down aspects of report configuration need adjustment.

any ideas? i'll note in broken report field grows correctly , type 'memo' -- grows enough hold 255 characters , stops.

edit: no, formula fields aren't involved. can't split string in database.

edit 2: thank suggestions. database up-to-date , field shows memo in crystal reports. joins same in both reports (the 1 works , 1 doesn't) , memo field isn't involved in linking. cr annoyingly won't let browse data on memo field, length() function returning 255 field. unless can think of reason cr truncate data, may have bug in raiser's edge causing problem.

edit 3: pulled mdb in hex editor , full text (past 255 characters) there, i'm doing wrong in crystal reports , can't blame blackbaud one.

edit 4: fixed! okay, don't understand why problem, discovered purely accident selecting , unselecting "select distinct records" causes problem. if it's on, memo gets truncated. if it's off, doesn't. can of explain poor fool why happens?

i have resolved same problem , discovered text formula value in report being truncated @ 255 characters, due unmapped data field, revealed verify database option.

once had dealt unmapped data field, truncated field expanded output beyond 255 characters.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -