Rafael
Rafael_Sanchis
Rafael Sanchis
Madrid - Spain -
Joined: Wed Mar 02 18:44:14 UTC 2022
Architect & Senior Project Control Scheduler.
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:…