Hi,
Im running Crystal Enterprise 8.5 and have suddenly started facing a problem with something thats worked fine for ages.
When I run the report in Crystal Reports it works fine and displays this:
Avd A/c M A/c Name
FI 3789/2 216561 XYZ Trust
FI 3789/9 321615 JBC & Co
FI 3789/12 513121 JM SMITH
FI 3789/28 587258 TS Long
However when I run the very same report in e-Portfolio it merges everything into one line under A/c like this:
Avd A/c M A/c Name
FI 3789/0 587258 TS Long
So its changed the four lines with different A/c numbers into one line with A/c 3789/0. The report in e-Portfolio is the same as the one used in Crystal Reports so Im at a loss to know why e-Portfolio is doing this?
The formula used on the A/c numbers is:
Would appreciate any info as to why this is happening.
Cheers,
John
Im running Crystal Enterprise 8.5 and have suddenly started facing a problem with something thats worked fine for ages.
When I run the report in Crystal Reports it works fine and displays this:
Avd A/c M A/c Name
FI 3789/2 216561 XYZ Trust
FI 3789/9 321615 JBC & Co
FI 3789/12 513121 JM SMITH
FI 3789/28 587258 TS Long
However when I run the very same report in e-Portfolio it merges everything into one line under A/c like this:
Avd A/c M A/c Name
FI 3789/0 587258 TS Long
So its changed the four lines with different A/c numbers into one line with A/c 3789/0. The report in e-Portfolio is the same as the one used in Crystal Reports so Im at a loss to know why e-Portfolio is doing this?
The formula used on the A/c numbers is:
Code:
ToText({TPTYSUBACC.APTYID},0,'') + "/" + ToText({TPTYSUBACC.APTYSUBACC},0,'')
Would appreciate any info as to why this is happening.
Cheers,
John