cancel
Showing results for 
Search instead for 
Did you mean: 

portal request failed- no value was assigned to parameter

Former Member
0 Kudos

Hi All,

i have a problem with sending data to the SQLserver...

ive made an easy example with one input field. The problem is, that when user send the form with blank input field, then the error: "no value was assigned to parameter" is displyed...

How to solve it? Cause actually all data should be displayed in the table in that case..

Thanks for help and info,

Karol

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

solved with Computation IF(LEN(@test)==0,"*",@test)

Karol