[This topic is migrated from our old forums. The original author name has been removed]
Hi,
I have set variables with the @echo${}$ command which works well, in a way, but
is there a way to *not* get the Variable Data Entry screen?
greetings, el
1 Comment
Roger Bjärevall
said
over 10 years ago
[This reply is migrated from our old forums.]
Re: Using variables without the variable screen
Hi,
Use the noshow option for the variable to ignore the variable prompter window:
@echo${Variable||value||||noshow}$
Read more in:
http://confluence.dbvis.com/display/UG91/Using+DbVisualizer+Variables
Regards
Roger
anonymous