Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Null value in string for param.

Status
Not open for further replies.

jsulman

Programmer
Jun 14, 2001
85
US
Greetings,
I am creating a hyperlink in the Format Editor.
Based on a field being 'Other' I want to either pass the value of the field or a null value. The null value will then be passed as a parameter to a stored procedure so it cannot be sent with quotes. Does anybody know how I can do this? Here is the example.

if {P_CEAS8810.PROGRAM_CD} <> 'Other' then
{?URL_8811} & {SomeTable.SomeField}
else
{?URL_8811} & null


Thanks in advance.

jsulman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top