Load Pictures
The NL("Picture") function is supported for on-premises installations of Dynamics 365 Business Central.
Overview
The JetNL("Picture") function loads an image from a BLOB field in Dynamics NAV or from a file.
Examples of the NL(Picture) function
Retrieving an Image from a File
To load an image (.bmp, .jpg, .jpeg, .png) from a file, use an NL function with "Picture" in the What parameter, leave the Table parameter blank, and put the file name in the Field parameter.
=NL("Picture",,"C:\estdbpicture.bmp","Height=","25","Width=","30")