I wasw orking fine before, but now when Iam trying to export a report to pdf format I get a error "failed to export the report". Can anyone advice please
I was looking for some info at CR KB and came across this KB article and remembered your post.
This issue could be your problem and might explain why it was working and now is not.
It seems that when there are Null blob fields on the report the export to pdf can fail. The solution is that if you have any blob fields on your report that can be null, to do a suppression formula on the field.
Right click blob field/format field/click suppress formula editor (x-2) and enter the formula (replace field name with your blob field name):
isnull({myblobfield})
Note... your field will not appear in the list of selectable fields and will need to be manually typed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.