Forum Discussion
- ChrisChrisQrew Assistant Captain<a href='link' alt = ' " &[field to display on hover] & " ' title = ' " &[field to display on hover] & " ' ><img src='image source'></a>
- ShontaySmithQrew Assistant CaptainHow 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>" ) - ChrisChrisQrew Assistant CaptainIf([Project ID#] > 0,"<a href=" & $URL & " alt=' " & [field value to display] & " ' title=' " & [field value to display] & " '>" & $Image & "</a>" )
Mind the single and double quotes - ShontaySmithQrew Assistant CaptainThe field is located in the related table will this work?
- ChrisChrisQrew Assistant CaptainIf related 'parent' table, bring in the lookup field name.