Insert an image (created QR Code) in to a form or report from a url

Insert an image (created QR Code) in to a form or report from a url

I currently use a formula to generate my QR codes in excel through goo.gl which is :

=if(isblank( A4 ), "", image("https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl="& A4 ))

in the above code if A4 ( which is th item name or number or code or what ever) is blank then the cell with the QR code is blank. if there is text then a code is generated with that text.

my question is can i set a field in a from or a Deluge task to display the same ?

thanks