Forum Discussion
ShontaySmith
9 years agoQrew Assistant Captain
How do I add it to my current formula
var text URL =URLRoot() & "db/" & [_DBID_NOTIFICATIONS] & "?a=API_GenAddRecordForm&_fid_8=" & URLEncode ([Project ID#])& "&z=" & Rurl();
var text Image = "<img src=https://images.quickbase.com/si/32/018-email_unread.png>";
If([Project ID#] > 0,"<a href=" & $URL & ">" & $Image & "</a>" )
var text URL =URLRoot() & "db/" & [_DBID_NOTIFICATIONS] & "?a=API_GenAddRecordForm&_fid_8=" & URLEncode ([Project ID#])& "&z=" & Rurl();
var text Image = "<img src=https://images.quickbase.com/si/32/018-email_unread.png>";
If([Project ID#] > 0,"<a href=" & $URL & ">" & $Image & "</a>" )