Badges
Latest Posts
-
Select from Choice Dynamic from button go to record in another table
let selectedDocument := 'Document Choice'; // Choice Dynamic let rD := first(select Document where 'Document Name' = selectedDocument); openRecord(rD) The Choice Dynamic is in Dashboard and the…
- Answered
-
<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:…









