junction123
MIS
Hi,
I am using Crystal 9.0. I have the below formula.
Formula = {Detail.ClassSeriesLabel} + " " + ";" + {Detail.CurrencyCode} + " " + ";" + " Mgmt Fee" + " " + ISNULL({Detail.ManFeePerc},0) + " " + ";" + " Perf Fee: " + ISNULL({Detail.PerfFeePerc},0)
When I run the report for different types of Funds, the field {Detail.ClassSeriesLabel} is at times null.
Owing to the concatenated semicolon, in the case when teh {Detail.ClassSeriesLabel} is null, I get a semicolon and the remainder of teh string.
example:
For Series type Fund:
The string will appear as
Class A;Series 1;USD;Mgmt Fee 2%;Perf Fee 20%
For cases when Class/Series value is null, which is another type of Fund: Owing to my formula, the string appears as
;USD;Mgmt Fee 2%;Perf Fee 20%
How do I get rid of the semicolon in the beginning using the same formula?
Is there a way?
Thanks!
I am using Crystal 9.0. I have the below formula.
Formula = {Detail.ClassSeriesLabel} + " " + ";" + {Detail.CurrencyCode} + " " + ";" + " Mgmt Fee" + " " + ISNULL({Detail.ManFeePerc},0) + " " + ";" + " Perf Fee: " + ISNULL({Detail.PerfFeePerc},0)
When I run the report for different types of Funds, the field {Detail.ClassSeriesLabel} is at times null.
Owing to the concatenated semicolon, in the case when teh {Detail.ClassSeriesLabel} is null, I get a semicolon and the remainder of teh string.
example:
For Series type Fund:
The string will appear as
Class A;Series 1;USD;Mgmt Fee 2%;Perf Fee 20%
For cases when Class/Series value is null, which is another type of Fund: Owing to my formula, the string appears as
;USD;Mgmt Fee 2%;Perf Fee 20%
How do I get rid of the semicolon in the beginning using the same formula?
Is there a way?
Thanks!