I have scripts with multiple related queries. When I run them the Script Output section labels them as “Grid 1”, “Grid 2”, etc.
I thought I was able to “name” each tab by having a line like
TTITLE ‘query_of_stuff’
before my select statement and this would name the tab
query_of_stuff
I don’t seem able to do this any more. I’m using TFO 10.5.1.3 and I’m sure it worked when I was running TFO 9.something. Any ideas?
SET HEAD ON PAGESIZE 1000 LINESIZE 600
PROMPT
PROMPT
REM ======================================================================
REM
REM TITLE BLAH BLA BLAH
REM
DOCUMENT
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
REM ======================================================================
REM
REM TITLE BLAH BLA BLAH
REM
DOCUMENT
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
I have scripts with multiple related queries. When I run them the Script
Output section labels them as "Grid 1", "Grid 2", etc.
I thought I was able to "name" each tab by having a line like
TTITLE 'query_of_stuff'
before my select statement and this would name the tab
query_of_stuff
I don't seem able to do this any more. I'm using TFO 10.5.1.3 and
I'm sure it worked when I was running TFO 9.something. Any ideas?