Question about templates Template
<<Start: SELECT(Start Day[_ComputedKey], [Date]= TODAY()-1, true)>> Inside this I want to place a related table that sends back a list with the same date condition, my question is (I think) do I need to point this list to the “related” table to the actual table? And do I need to add the same date condition?
For example I’ve been trying different variations: (This isn’t all of the columns I want to list, I’m just trying to get it to show up) <<Start: Trips>><<[Passenger Count]>><> <<Start: [Trips[Date]= TODAY()-1]>><<[Passenger Count]>><> <<Start: Trips[Date]= TODAY()-1>><<[Passenger Count]>><> <> etc… and each time I get an error… “Trips” is a related table. Thanks for your help!