Could some one please let me know how i can write a formula to always print a block of text in the report even though that block of text is not selected to print through the application
You can include blocks of text in a formula field, either as text or conditional, e.g.
Code:
if Month(Currentdate) = 12 and Day(currentdate) = 25
then "This week you have " & ToText(@Your_Count, 0) & " instances. Merry Christmas"
else "This week you have " & ToText(@Your_Count, 0) & " instances."
You can also have text in your report, and formula fields can be set to grow if they need more space.
Does that help. If not, please explain more about what you're after.
This is based on Crystal 11. It helps to give your Crystal version - 8, 8.5, 9, 10, 11 or whatever. Methods sometimes change between versions, and higher versions have extra options.
Madawc Williams (East Anglia, UK). Using Crystal 11.5 with SQL and Windows XP
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.