jcrawford08
Technical User
Hi all,
Here is the dillemma; I have a report that has an explanation section that sometimes (unfortunately, out of necessity) carries on far longer than others. In the scenario I face today, the character count hits at 6505.
The report is written so the end product is easy to follow and flows well(using keep togethers), sadly, this is causing a full blank page to appear prior to displaying any of the data from the field in question - due to its large size not fitting on the page.
I would like to split the field into two formula's, cutting the characters off at the full paragraph before 4500 characters.
I can get the first formula fine:
if len({myfield})<4500 then{myfield}
else
left({myfield},instrrev(left({myfield},4500.00),chr(13))-1)
But then how do I reference that character position to pull out the 2nd half of the string? I have tried many versions with little success... any ideas?
As always - your help is greatly appreciated!
Not in word only, but in deed also... 1Jn3:18
Here is the dillemma; I have a report that has an explanation section that sometimes (unfortunately, out of necessity) carries on far longer than others. In the scenario I face today, the character count hits at 6505.
The report is written so the end product is easy to follow and flows well(using keep togethers), sadly, this is causing a full blank page to appear prior to displaying any of the data from the field in question - due to its large size not fitting on the page.
I would like to split the field into two formula's, cutting the characters off at the full paragraph before 4500 characters.
I can get the first formula fine:
if len({myfield})<4500 then{myfield}
else
left({myfield},instrrev(left({myfield},4500.00),chr(13))-1)
But then how do I reference that character position to pull out the 2nd half of the string? I have tried many versions with little success... any ideas?
As always - your help is greatly appreciated!
Not in word only, but in deed also... 1Jn3:18