I am adding resources to a report by Crystal Reports on the bottom of the page. I was able to display the names by putting the following code in..
stringvar s:={?Resource}[1];
if count({?Res...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20968232.html
Need help, because I am unsure about Crystal Syntax.
I am generateing a report, and one column in the report is named "DateClosed"
A majority of the records have a date in this column, howeve...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21356112.html
Having trouble with Crystal or(Basic) syntax in VS.CR 9. Here is what I want to do:
If the tax field has a value other than zero, I want to put a "label" and then the amount
in the Tax field i...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21464651.html
I am looking to get a search and replace at a specific location in Crystal Syntax. I have a database spitting out records stating 01/11/A6, but I want to be able to convert 01/11/A6 to a date that...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21917060.html
I wish to add the value of to fields together. e.g.
{Balance} + {Value@1}
The fields available in the table = {Balance}, {Value@1],{Value@2],{Value@3],{Value@4],{Value@5],{Value@6],{Value@7],{V...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23491561.html
Is there a limit to the number of IF / THEN / ELSE's you can have in one formula ?
Using crystal 8.5 and refering to Crystal syntax. Cheers.
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20994639.html
I would like to know the syntax on indexing an array in Crystal Syntax. I am in the formula workshop, and am dealing with a database field that contains multiple values separated by semicolons. T...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21909953.html
Trying to get this to work in Crystal.
If not isnull({mike_diabeticaudit_tribe_community.height_in} and if not isnull({mike_diabeticaudit_tribe_community.weight_lb}) then LEFT(Round(({mike_diab...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_22444662.html
This is how I would use in SQL:
select * from table where column like not like '____*%'
how would I do this in crystal syntax?
Something like this?:
{RPT_table;field} <> '____'*'*'
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_22957831.html
Hi,
I'm trying to create a Crystal report against our Goldmine data. The report should list contracts ending within a date range. Now the dates in goldmine are in character fields, mm/d/yy or m/dd...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21943479.html