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
Best regards,
Manne
1 reply
-
Try it this way
---
let t = this
select DaysTime where Days = t
Content aside
- 4 yrs agoLast active
- 1Replies
- 500Views