I have a table with some thousands of records. Each record has a PDF that is stored as binary data. Is there a native way to display these PDF's in VA? I am thinking of a model in which I would have a Table showing TITLE, TYPE, etc. and then a column with the file itself available for selecting and opening.
SAS-VA is running Linux (A type of many Unix OS).
To view a pdf you need to be able to download that to your device that has a pdf reader installed.
VA doesn't support binary files like PDFs natively, but it can create data-driven URLs that you can leverage to display your PDFs.
I would keep the PDF files in a separate table, accessible by a stored process - or even as static files in a directory visible to your web browser.
Then on the table you will load in VA, instead of the PDF content store a corresponding unique name.
You can then use that unique name to create data-driven links in your report, that when clicked by the user will call the stored process that retrieves the file (as described by @Quentin) or directly download them as a static file.
Not at all @Quentin. We are looking for ways to leverage stored processes even more in VA. Suggestions and ideas are welcome!
Thanks for the pointers folks. I'll get back if I have anything else, but I think I'm certainly at a point where I can make some trouble getting started.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.