Description
Display the specified bitmap. Only for computational columns, you can only use bitmap functions in a compute column. grammar
Bitmap (String)
String is a string that contains the name of the image file (BMP, graphics exchange format, Joint Image Expert Group format, RLE or WMF file) or a string column including image file name. Return value
Special Bitmap data types cannot be used in any other function.
usage
Dynamically display a bitmap in a computing column using Bitmap. When String is a column containing a bitmap file, the file bitmap that is displayed can be displayed. E.g:
Bitmap (Employees), you can dynamically display the bitmaps included in the Employee column. That is, you can specify a photo for each employee and then display it.
It is very convenient to use Bitmap () without the preservation and retrieval of image data.