Does anyone have info or sample SQL they could share that shows how to do a prompt in a Queryman Script and make it pop up with a prompt much the same way the Business Objects tool can? Thanks, Jay
Hi jpquinn,
I guess after so long that you've given up waiting for a reply... but in SQL Assistant 6.2 (aka QueryMan) it is now possible to get a Business Objects like prompt.
Like this -
select * from dbc.tables where databasename = '?Database';
And when the SQL is run, a prompt will appear with the label "Database" and a slot to enter a character string.
OK, not a clever as Business Objects, but at least a start.
I discovered this while looking for a method to program the function keys - e.g. I want to setup a function key like F6, but instead of EXPLAIN being added before a piece of SQL, I want to add SHOW or even HELP STATS.
So far, I haven't found what I'm looking for, but your question from 18 months ago deserved a reply.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.