For one string field in crystal report i wish to write up formula where if that field is null, it should display as \"No value\" elsethe actual values should come up
I have a column name Amount whose valu开发者_运维百科es are sometimes like 400(300) and hence the data type is string in Crystal report.
How to access crosstab formula field in another column? I have report like with Dues & total both formula fields:
I have a master detail report. The crosstab is included in detai开发者_运维问答l section inside a subreport.
I need to be able to set a Data Source for both Access and xBase types in an RPT file I\'ve loaded in a .NET Application.
I have a data set that I am reporting on. However, some of the data is duplicated and some is not: IDProjectOrgTypeFacilityAssessorManagerAssessor
I\'m creating a report (in Crystal Reports XI) based on a SQL stored procedure in a database.The query accepts a few parameters, and returns records within the specified date range. If parameters are
I have a Microsoft SQL Query: SELECT case when ReHired Is Null Then HireDate else ReHired end CheckDate
Got a report that gives the user a Group by parameter with two possible values - Customer and Country. 开发者_运维问答If user selects Customers then the report groups on Customers else on Country if t
I\'ve got a couple of Crystal Reports XI Release 2 reports that are part of a COM InteropForm\'s app, that is included in a VB6 app.Both of these reports display a date from a DateTime field in a SQL