Filter syntax with specific user
Sun Feb 16 2025 09:26:11 GMT+0000 (Coordinated Universal Time)
Saved by
@Wittinunt
AND(
OR(
ISBLANK(LOOKUP(USEREMAIL(), "Revenue Filters Slice", "User", "From")),
LOOKUP(USEREMAIL(), "Revenue Filters Slice", "User", "From") <= [Date]
),
OR(
ISBLANK(LOOKUP(USEREMAIL(), "Revenue Filters Slice", "User", "To")),
LOOKUP(USEREMAIL(), "Revenue Filters Slice", "User", "To") >= [Date]
)
)
content_copyCOPY
Comments