[solved] How to judge if a parameter is null ?

1 #
icy
Post time 2020-5-14 16:18:10 | Show the author posts only |Read mode Print Prev. thread Next thread
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.
Reply

Use magic Report

Recommends1

Jump to specified page
2 #
Sybil
Post time 2020-5-15 09:56:07 | Show the author posts only
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.
Reply
You have to log in before you can reply Login | Register


0following

0fans

4Posts

Post