Oct 28 2021 11:18 AM
Is it possible to take a field from a workbook and turn it into a hyperlink field? For example my query returns results including a field that shows "https://host.com/filetodownload". What I'd like it the ability to click on that link from the workbook and download the file. Possible?
Oct 28 2021 12:46 PM
@j0ebeer You can setup a parameter (Use the "Add parameters" option when adding a new step) that can run your query and save the output. Then you can use that parameter in a Link field (Use the "Add Links/Tabs" option when adding a new step) which allows you to perform different actions.
Oct 29 2021 10:32 AM