R&R V10 SQL

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Anne_Phillips
Posts: 32
Joined: Tue Oct 10, 2017 12:44 pm

R&R V10 SQL

Post by Anne_Phillips » Fri Aug 29, 2003 5:45 am

We want to program a front end so that the user can choose certain fields from a SQL view and then those fields be passed to R&R runtime so that an export to Excel is created. In otherwords, we want the CSV file to only contain those fields selected by the user. ____As far as I can see if I write a report then I can^t control which columns are exported and the order of the columns at run time. ____eg I write a report to export 10 fields. At run time - the user chooses fields 3, 1 and 6 to export only - how can I achieve this?

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: R&R V10 SQL

Post by kfleming » Fri Aug 29, 2003 8:12 am

You might be able to get there by using R&R^s Open Scripting feature to create a report on the fly that would contain only the selected fields. You can use a script file name in the RI_REPORT field of the control file. Check out the Open Scripting information in the help file for details on what the script would need to contain.____Kathleen__R&R Support

Post Reply