Last post Sep 15, 2014 04:43 AM by Ajay2707
Member
5 Points
114 Posts
Sep 13, 2014 06:54 AM|Narendra|LINK
Hi all,
I have designed a crystal report, to generate a letter in Asp.net using Sap Crystal reports and i have used some static data.
I want to convert static data to Upper case letters. How can i get this.
Any body..
Narendra
All-Star
101931 Points
20703 Posts
Sep 13, 2014 08:09 AM|MetalAsp.Net|LINK
If it's "static" as you claim then just type it in, in all caps. But I have a feeling static means something different for you.
594 Points
386 Posts
Sep 15, 2014 01:05 AM|aspsak|LINK
http://stackoverflow.com/questions/11900577/show-field-values-in-uppercase-in-crystal-reports
Contributor
6622 Points
1743 Posts
Sep 15, 2014 04:43 AM|Ajay2707|LINK
Hi Dear,
There is 2 things which I suggest.
1. If able to c# side, then good to convert that static value and then pass in parameter to crystal report.
2. Second thing is use a formula. For each static value, you can create a variable and write the formula as Refer this link
UpperCase(CurrentFieldValue)
http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=15222
Member
5 Points
114 Posts
Need to convert static data to Upper case in Crystal report
Sep 13, 2014 06:54 AM|Narendra|LINK
Hi all,
I have designed a crystal report, to generate a letter in Asp.net using Sap Crystal reports and i have used some static data.
I want to convert static data to Upper case letters. How can i get this.
Any body..
Narendra
All-Star
101931 Points
20703 Posts
Re: Need to convert static data to Upper case in Crystal report
Sep 13, 2014 08:09 AM|MetalAsp.Net|LINK
If it's "static" as you claim then just type it in, in all caps. But I have a feeling static means something different for you.
Member
594 Points
386 Posts
Re: Need to convert static data to Upper case in Crystal report
Sep 15, 2014 01:05 AM|aspsak|LINK
http://stackoverflow.com/questions/11900577/show-field-values-in-uppercase-in-crystal-reports
Contributor
6622 Points
1743 Posts
Re: Need to convert static data to Upper case in Crystal report
Sep 15, 2014 04:43 AM|Ajay2707|LINK
Hi Dear,
There is 2 things which I suggest.
1. If able to c# side, then good to convert that static value and then pass in parameter to crystal report.
2. Second thing is use a formula. For each static value, you can create a variable and write the formula as Refer this link
http://stackoverflow.com/questions/11900577/show-field-values-in-uppercase-in-crystal-reports
http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=15222