I have 3 files with a common layout in a common library on the i5.
The source files (query results) have different definitions so I am unable to append the result of query2 to query1.
So what I want is to perform a UNION or concatenate them into a single download file.
I have tried a UNION but keep gettting syntax errors.
Software/Hardware used:
excel,i5series
ASKED:
February 17, 2011 3:12 PM
UPDATED:
February 28, 2011 4:11 PM
I’d say a UNION view is a reasonable way to go as long as they have a “common layout”. I don’t know why you’re getting a syntax error. Show us your statement so we can look it over.
It’s probably related to “different definitions”.
Tom
If the three resultsets are identical in layout, you may let query 1 output (create) a file, and query2 and query3 output (with ‘add’) directly to the file created in query1.
DanF