UFFE Export SQL report data from screen
AnsweredHi,
Is there a possible way to use a UFFE to export data from a SQL report on screen. I want to run a SQL report, be able to manually select specific lines and edit data, then to export this data to a file.
Thanks,
Joel
0
-
Hi Joel
UFFE is used mainly for xml file.
With the scenario you described, you can create an extra field for the checkbox, then use a line loop to copy the selected lines from the SQL to an UDT. When you have this info in your UDT then you write your script to fetch info from the UDT and turn it into an xml file.
Please sign in to leave a comment.
Comments
1 comment