cancel
Showing results for 
Search instead for 
Did you mean: 

report problem

Former Member
0 Kudos

I have a problem ... when I leave one of the empty data parameters go wrong

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Marlon,

Parameters are NOT always optional.    It depends on how the query was written. 

I would review the code to confirm what happens if that Parameter is blank.

You may need to edit the code  to cover that circumstance.

Does it work if you fill in that Parameter with a Space  or a 0 ? 

Ted

Former Member
0 Kudos

It does not work ... the report appears in empty ...

I leave the code:

abhilash_kumar
Active Contributor
0 Kudos

Hi Marlon,

What is the issue? Do you receive an error?

-Abhilash

former_member205840
Active Contributor
0 Kudos

Hi Marlon,

All parameters are optional so, even if you leave blank it should not give an error.

Check braces for first IF statement, before NOT there should be a open braces to bifurcate first and second conditions

Thanks,

Sastry