Hi,
I used a parameter for the data query. I wanna realize selecting all in a drop-down checkbox when the parameter is null. I am looking for a way to test whether the parameter was null
Thanks
Best Answer
hi Icy,
Use formula for your test.
Suppose the parameter is named p, and judge whether the parameter length is zero using len($p)==0.