and(
if(isnotblank(any(Filters[JetSkis])), [Boat Name] = any(Filters[JetSkis]), true),
if(isnotblank(any(Filters[Date from])), [Date] >= any(Filters[Date from]), true),
if(isnotblank(any(Filters[Date to])), [Date] <= any(Filters[Date to]), true)
)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter