View previous topic :: View next topic |
Author |
Message |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Wed Mar 25, 2009 1:05 pm Post subject: LABEL ON |
|
|
Code: |
Label on column table.deptno is 'Department Number
|
When I do a SELECT * From table in QMF, the column header shows 'Department Number'. Is there a way to instruct QMF to temporary show the actual column name DEPTNO instead (without issue Label on column table.deptno is '' first)? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Mar 25, 2009 1:32 pm Post subject: |
|
|
danm,
1. Run your query
2. Press PF9 for form
3. Change the column name to your like (under the section column heading)
4. Press PF12
5. you get the report with your desired headings
Kolusu |
|
Back to top |
|
 |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Wed Mar 25, 2009 1:39 pm Post subject: |
|
|
Kolusu,
That is not what I am looking for. For example, I display the table but want to add additional columns to the WHERE clause for filtering, but can remember the actual column name. I need to issue a DRAW table to find out the actual column name. |
|
Back to top |
|
 |
|
|