How to write a formula to insert image or tick mark in place of data value in crystal report in C#/Asp.net
-
Hi I have created a crystal report using Visual Studio 2005 C#/Asp.net, i have output like good average poor. I need to replace those with images or tick (right) mark using formula fields like if{Read}="Good" then "some image / tick mark" else if {Read}="Average" then "some image / tick mark" else "some image / tick mark". If anybody knows, please reply me. Thanks in advance
-
Hi I have created a crystal report using Visual Studio 2005 C#/Asp.net, i have output like good average poor. I need to replace those with images or tick (right) mark using formula fields like if{Read}="Good" then "some image / tick mark" else if {Read}="Average" then "some image / tick mark" else "some image / tick mark". If anybody knows, please reply me. Thanks in advance
You can use conditional formula for the same. Example: Add a Conditional Graphic[^] BTW, this is not .NET Framework related question as such to be posted here in this section.
Sandeep Mewara [My last tip/trick]: Browser back button issue after logout