Forum Discussion
wujunmin
9 months agoAdvocate III
SVG 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
9 months agoSuper User
Note that ":" needs to be unescaped back to ":" to make this all work.