You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the comments at Youtube you refer to Git hub for 1:1 comments to issues. I hoped to find a solution to this exact problem. Using commnets I have managed to solve all problemes except this one where there is an error regarding division by zero. I have the following in my image function, which I think looks right.. or am I wrong. Please advice me, so I can fix this.
Hi,
i have follow problem:
Galery my balance is nit working with this code:
"data:image/svg+xml," & EncodeUrl(
"
<circle class='donut-segment' cx='21' cy='21' r='15.91549430918954' fill='transparent' stroke='#d2d3d4' stroke-width='3' stroke-dasharray='" & ThisItem.RequestedTimeOff / ThisItem.'TimeOffType: Allotted Time'.Value * 100 & " " & (100 - ThisItem.RequestedTimeOff / ThisItem.'TimeOffType: Allotted Time'.Value*100) & "' stroke-dashoffset='25'>
"
)
The text was updated successfully, but these errors were encountered: