Hello,
Referencing this thread: thread767-1188112
Instead of using OR statements, is there a way to use Select Case statements? I cannot get it to work (the End in the End Select is black instead of blue). I have several of the date ranges I want insert and just want it easier to read/follow.
Referencing this thread: thread767-1188112
Instead of using OR statements, is there a way to use Select Case statements? I cannot get it to work (the End in the End Select is black instead of blue). I have several of the date ranges I want insert and just want it easier to read/follow.
Code:
(
{?dateperiod} = "Last7Days" and
{table.date} in Last7Days
) or
(
{?dateperiod} = "LastFullMonth" and
{table.date} in LastFullMonth
)