Using Crystal Reports 11, I want to report on the number of characters within a memo field.The problem is that it is feeding through HTML from the System.
We have some reports that have a large text field.I\'ve set the font to ariel 9.In Crystal Designer, it takes up the space I\'ve given it.When I move it to our Business Objects sever, it moves each le
I\'m getting a weird issue with Crystal - I have a basic report that displays records dependant on a boolean value (\'open\') being true.However, on some PCs it works fine, on others it just shows dis
Our user wants a date field to display as highlighted or with a grey background when the date is null.How would I do something like this?(At the very least, I suspect I\'ll first have to convert it to
How can i create function to iterate through datatable to read value from table e.g Function GetVal(integer id)
I use a crystal report. I will be using 2 subreports in it. The subreports should be displayed only when certain criteria is matched. Consider we give input as 0 then only main report shud be shown. I
I want to use HTML in Crystal Reports. I already found out Crystal reports renders some HTML tags nicely (at least the few tags they support).
Some days back i posted a question in SO at Crystal Report: Display 0.00 for duplicate values The question was to remove duplicate values and the report should display 0.00 instead. It was very kind
I have a report that takes multiple values. parameter {?names} with [Allow multiple values] = \"True\"
I want to pass shared variable in main report to a subreport\'s crosstab formula field ? How do I do this ?