0

Help with "this"

Hi!

Days is the parent table of DaysTime. In a view in Days I'm trying to select all records in DaysTime that are referencing the selected record in Days. Why does not the following expression reuturn anything?

select DaysTime where Days = this

Skärmavbild 2020-04-30 kl. 13.47.27

Skärmavbild 2020-04-30 kl. 13.48.23

Best regards,
Manne

1 reply

null
    • Nick
    • 4 yrs ago
    • Reported - view

    Try it this way

    ---

    let t = this

    select DaysTime where Days = t