| | |
Really need Help with Syntax
Please support our Database Design advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jan 2008
Posts: 7
Reputation:
Solved Threads: 0
I am a network guy and not at all a programmer, but as I work for a small unit in a big company I have been given duties for a specific job and can not complete.
I am trying to write code for a crystal report to do to theings. One is to take data out of database record that has specific strings and if returned the strings then post an alpha value in retur. This is what I wrote
iF {Part_Master.COMCDE_01}.STRING = EC9 or C09 or CO0 OR ECC OR COC OR ECT OR COT OR ECCR OR CRF OR ECWP OR WPF THEN
"RED"
ELSE
RCBW OR RCSO OR RABW OR RASO OR STE THEN
"CLR"
ELSE
MEX OR WPS OR WPW OR SGW OR WP3 OR WPM OR WPE OR CR3 OR CRM OR CRE OR ABE OR EKE OR CAE OR LAE THEN
"ELB"
ELSE
TE9 OR TE1 OR TECR OR TEWP THEN
"TEES"
ELSE
"SP"
END IF
Does not like it
The next thing I have to do is display a specific section of a String that is a value in the report from a foield in a database
The value is similar to the 4125321937. I need to display the forth and fifth characters of the string but have no idea.
Can anyone help me?
I am trying to write code for a crystal report to do to theings. One is to take data out of database record that has specific strings and if returned the strings then post an alpha value in retur. This is what I wrote
iF {Part_Master.COMCDE_01}.STRING = EC9 or C09 or CO0 OR ECC OR COC OR ECT OR COT OR ECCR OR CRF OR ECWP OR WPF THEN
"RED"
ELSE
RCBW OR RCSO OR RABW OR RASO OR STE THEN
"CLR"
ELSE
MEX OR WPS OR WPW OR SGW OR WP3 OR WPM OR WPE OR CR3 OR CRM OR CRE OR ABE OR EKE OR CAE OR LAE THEN
"ELB"
ELSE
TE9 OR TE1 OR TECR OR TEWP THEN
"TEES"
ELSE
"SP"
END IF
Does not like it
The next thing I have to do is display a specific section of a String that is a value in the report from a foield in a database
The value is similar to the 4125321937. I need to display the forth and fifth characters of the string but have no idea.
Can anyone help me?
Right, I mainly use crystal syntax but I'll try to help anyway.
iF {Part_Master.COMCDE_01}.STRING = EC9 or C09 or CO0 OR ECC OR COC OR ECT OR COT OR ECCR OR CRF OR ECWP OR WPF THEN
Try testing the below and tell me if it works.
iF {Part_Master.COMCDE_01} ="EC9" or "C09" THEN
"YES"
ELSE
"NO"
END IF
iF {Part_Master.COMCDE_01}.STRING = EC9 or C09 or CO0 OR ECC OR COC OR ECT OR COT OR ECCR OR CRF OR ECWP OR WPF THEN
Try testing the below and tell me if it works.
iF {Part_Master.COMCDE_01} ="EC9" or "C09" THEN
"YES"
ELSE
"NO"
END IF
Last edited by iamthwee; Jan 20th, 2008 at 3:56 pm.
*Voted best profile in the world*
![]() |
Similar Threads
- MySQL syntax error check for the right syntax to use near 'A (A) )' at line 1 (PHP)
- Error "Syntax" (Windows 95 / 98 / Me)
- DECLARATION SYNTAX ERROR (for bc 31 user) (C++)
- MySQL newbie need help with create table definitons syntax (MySQL)
- Parse error, syntax error, Forbids declaration (C++)
- Syntax for deleting specified file ( in C++) (C++)
- C++ Syntax (C++)
Other Threads in the Database Design Forum
- Previous Thread: Database 101 question
- Next Thread: Need opinions on a database design
| Thread Tools | Search this Thread |
Tag cloud for Database Design






