Community > Discussions
67 views
1 replies

Date Filter

How do I filter date fields in live visualizer using structured data? either in the content filter or the view itself? 

I want to say where @Row["Date"] = Today.

or @Row["Date"] Between dates

 

Anthony Lightbourne Anthony Lightbourne
Published 11/22/2019 20:31
Add Comment
Ashish Pachori

You can simply use Use the Date property for it.

Ex: @Row["Date"] = @DateTime.Now.ToString("dd/MM/yyyy")

replied 11/25/2019 10:06

Last Activity 11/25/2019 10:06