Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
VVJ
Contributor II
Contributor II

How to filter a date field in Table

Hi All,

 

I've created a Table chart which contain a field as 'Order Date'. In the expression editor I want to give a condition to load the data only if the Order Date is greater than (today()-30). 

Thanks in advance!

Regards,

VVJ 

1 Solution

Accepted Solutions
VVJ
Contributor II
Contributor II
Author

adding,

I've used below condition and it seems to work.

 

=if([ORD Creation Date]>=(today()-30),[ORD Creation Date])

View solution in original post

1 Reply
VVJ
Contributor II
Contributor II
Author

adding,

I've used below condition and it seems to work.

 

=if([ORD Creation Date]>=(today()-30),[ORD Creation Date])