0
select field in record sub table
bonsoir, j'ai un tableau et un sous-tableau et je veux sélectionner le champ de date quand text = x J'ai créé ce code mais ça ne marche pas!
code:
(sélectionnez 'sub table' where 'link with sub table' = ID and text('txt fiels') = "x").'date'
aide plz
3 replies
-
(select 'sub table' where 'link with sub table' = ID and text('txt fiels') = "x"). 'date'
-
good evening, I have an array and a sub-array and I want to select the date field when text = x I created this code but it doesn't work!
-
SOLVED
let t := this;
last((select 'SUB TABLE' where 'TEXT FIELD' = "X" and 'RELATION' = t).'DATE')
Content aside
- 3 yrs agoLast active
- 3Replies
- 576Views