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

null
    • admin.3
    • 3 yrs ago
    • Reported - view

    (select 'sub table' where 'link with sub table' = ID and text('txt fiels') = "x"). 'date'

    • admin.3
    • 3 yrs ago
    • Reported - view

    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!

    • admin.3
    • 3 yrs ago
    • Reported - view

    SOLVED

    let t := this;
    last((select 'SUB TABLE' where 'TEXT FIELD' = "X" and 'RELATION' = t).'DATE')

Content aside

  • 3 yrs agoLast active
  • 3Replies
  • 563Views