I have a virtual I’m trying populate in an email template. The template sends back the correct amount of rows but doesn’t populate the cells. Here’s the virtual expression.
SELECT(TimeCards[Job Address],
AND(
([Installer]=[_THISROW].[Employee]),
([Task Date]>=[_THISROW].[Start Date]),
([Task Date]<=[_THISROW].[End Date])))
Is this common and should I create the template differently? I’m using a virtual in another template, not the same expression, but it works fine.
Thanks!