Hi,
Further to my last post, I noticed that if I want to pick columns by defining my own query, the column names do not match what came out of the Data Dictionary Export.
for example, i am able to do this: select cust, Name, Name2, BalanceOutstanding from AR92ACST where BalanceOutstanding > 0
But the columns are actually named as such in the Data Dictionary
cust # (with a space and a # sign)
Name
Name 2 (with a space)
Balance Outstanding (with a space)
How do I know what the column should be called?
Thanks
Yann