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

Restricting Pane Filter

Dear All,

Please help me out below condition in Filter Pane...

I have a date fields which contains from Apr-2016 to Apr-2019 and i want to show only from Jan-2017 to Apr-2019 in the same date fields.

How do i write the expression in the date filter Pane. Kindly help on this !!!!

 

2 Replies
emrekaya
Contributor III
Contributor III

maybe you can try something like if(date>'Dec-16',date,null())
Akshaya45
Contributor II
Contributor II
Author

Hi dear,

It will not work, it will give you the same value including 2016 Months, because your condition is true Date always Grater than 'Dec-2016'