dirtyholmes
Programmer
Hi
I am new to Crystal Reports and i am currently struggling to do a simple selection and need help. I have a table for my report called Table_1. Table_1 has a field called customername (eg SONY ) and a field called customerid ( eg 35 ).
I simply wish to place on the report a field that will display a customername where the customerid matches a parameter id.
I am trying to use the formula editor and cannot make head or tale of the Crystal Syntax, and for some reason even though i am connected to an Oracle9i database, i do not have the option to create SQL expression fields.
Anyway My SQL expression would read
select customername from Table_1 where customerid = <parameter field>;
How do i implement this in my report ?
Thanks to anyone who assists
I am new to Crystal Reports and i am currently struggling to do a simple selection and need help. I have a table for my report called Table_1. Table_1 has a field called customername (eg SONY ) and a field called customerid ( eg 35 ).
I simply wish to place on the report a field that will display a customername where the customerid matches a parameter id.
I am trying to use the formula editor and cannot make head or tale of the Crystal Syntax, and for some reason even though i am connected to an Oracle9i database, i do not have the option to create SQL expression fields.
Anyway My SQL expression would read
select customername from Table_1 where customerid = <parameter field>;
How do i implement this in my report ?
Thanks to anyone who assists