Forum Discussion
wujunmin
Advocate III
10 months agoSVG HTML Charts UDFs
FUNCTION SVG_Shape = (IconIndex:numeric,Color:string)=> "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' id='wujunmin' width='48' height='48'>" & SWITCH(IconIndex, 1,"...
lbendlin
Super User
9 months agoNote that ":" needs to be unescaped back to ":" to make this all work.