Chrome latest
APEX 5.1.3
DB 12.1
UTheme 42
I have to use an API that returns a collection and not talk directly to the DB tables. The Collection has a blob column that holds a PDF file. The user needs to be able to click on a button next to a row in a report build on the collection. This is easily done if it is returned from a table but how do you download the PDF if the base store is a collection? Why does apex not allow you to down a blob from the WWV_FLOW_COLLECTIONS?
thanks in advance
PaulP