cancel
Showing results for 
Search instead for 
Did you mean: 

got an error run from the Crystal Server

Former Member
0 Kudos

the parameter is defined that option prompt = true.

what is the issue to fix?

'the viewer could not process an event. error in xxx error in formula record selection: (notHasValue(?RptCode 14_ or icprt1.iarc14= ?RptCode 14 and' parameter has no value

details: errorKind

error code : 0 CRWEB0000019]

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is null exception.if you are passing any null value then this error occurred. Please try to do this formula in record selection:

((not HasValue({?RptCode 14_})

or isNULL({?RptCode 14_ })

or {?RptCode 14_ } = ' ')

OR {icprt1.iarc14} = {?RptCode 14_ })

Thanks,

DJ

Answers (0)