Forum Discussion
MarkShnier__You
Qrew Legend
3 years agoI can't really say how to fix yours, but this one works
var text URL = [Log In URL];
var text ButtonWords = "Log In";
// Begin button style
var text bgcolor = "#34A853"; // green
var text txtcolor = "white";
var text style = "style=\"text-decoration: none; text-align: center; background:" & $bgcolor & "; border-radius: 5px; padding: 5px 7px; color: " & $txtcolor & "; display: inline-block; font-size: 150%; font: normal 700 24px/1 \"Calibri\", sans-serif; text-shadow: none;";
// End button style
If([# of Open Time Punch for Today (work)]=0 and [In / Out Status] <> "Lunch",
"<a " & $style & " href=" & $URL & ">" & $ButtonWords & "</a>")
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
var text URL = [Log In URL];
var text ButtonWords = "Log In";
// Begin button style
var text bgcolor = "#34A853"; // green
var text txtcolor = "white";
var text style = "style=\"text-decoration: none; text-align: center; background:" & $bgcolor & "; border-radius: 5px; padding: 5px 7px; color: " & $txtcolor & "; display: inline-block; font-size: 150%; font: normal 700 24px/1 \"Calibri\", sans-serif; text-shadow: none;";
// End button style
If([# of Open Time Punch for Today (work)]=0 and [In / Out Status] <> "Lunch",
"<a " & $style & " href=" & $URL & ">" & $ButtonWords & "</a>")
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------