Command line empty variable

bjo

Member
I am trying to run a report and pass an empty parameter in.

queryreporter.exe "&LOGID=" exec=rep.rep html=rep.html quit

The definition of use of the LOGID variable seems like this:

log_id = &

Is it possible that the queryreporter uses 'ifemty' value in this case and it does not wait for input?

B.J.O.
 
This is currently not possible, you have to specify the "ifempty" value on the command-line.

I have added this to the list of enhancement requests.
 
Back
Top