0
Print Image

I have the cover images stored in a ShareLink field. How can I include it in the Print Word format ??
let vTbl := ((select Albums where Availavility = 1) order by Name);
let vObj := vTbl.{
vCov: ShareLink,
vDat: Name,
vZeit: Tracks,
vTxt: Title,
vCode: BarCode,
vFormat: text(Format),
vDatArr: let xDat := Name;
vTbl[Name = xDat].Name
};
2 replies
-
Hi Rafael, you have to embed a dummy image in the table and include the following code in the alternative textfield: {d.Tbl.vCov:chart}
Frank
-
Also check out this post about using base64 links.
Also check out Carbone's docs about pictures.
Content aside
- 3 days agoLast active
- 2Replies
- 32Views
-
3
Following