0
<span onclick=""ui.openRecord('" +
let list := (
let x := split(text('Artist Choice'), ",");
for item in x do
let i := first(select Artists where 'Artist Name' = item);
"
<aside class = 'double' style='text-align:center; font-family:Helvetica; font-size:16px; color:dimgray; background-color:#FFF;'>📀 I n f o / A r t i s t </aside><br>
<span style=""color: black"">Artist Name: </span>
<span onclick=""ui.openRecord('" +
raw(i) +
"')""; style=""color: #1E90FF;font-size:18px; cursor: pointer; text-decoration: underline;"">" +
i.'Artist Name' +
"</span><br><br>
<span style=""color: black"">Formed: </span>
<span onclick=""ui.openRecord('" +
raw(i) +
"')""; style='text-align:left; color:green; font-size:12px; font-weight:bold;';; cursor: pointer; text-decoration: underline;"">" +
i.Formed +
"<br></span>
The onclick in line 8, stopped working for me. Has something change here ?
When click on Jerry Cantrell nothing happend. But a few days ago it worked.
Reply
Content aside
- 2 wk agoLast active
- 37Views
-
1
Following