I need to create a Global Variable of type blob for a report but I'm getting this error --'Blob' is not a valid variable type--
After searching a bit I found people referenced the "Temp Blob" codeunit and I managed to import into the temp blob code unit using FromRecord().
My Question is. How do I reference the blob in temp blob as a field in the report?
Is there another way to create and use Blob variables in reports?