How to filter date in IBM RPE
![](http://jazz.net/_images/myphoto/983a14fdd287b809904e9bf6e85ba09c.jpg)
Accepted answer
![](http://jazz.net/_images/myphoto/983a14fdd287b809904e9bf6e85ba09c.jpg)
Hi Meghana,
You should be able to use Scripted Filter in RPE for this. Try with using Greater than and Less than operators. If that does not work, you can get date, month and year from submitted date and check if it is within your date range. The javascript code should return true or false.
Comments
![](http://jazz.net/_images/myphoto/983a14fdd287b809904e9bf6e85ba09c.jpg)
Hi Subramanya,
Thank you for the response.
The submitted date is custom attribute in IBM RTC work item. I used allextension query with filter displayname=="submitted date".
Should I append to this?
Thanks and Regards,
Meghana
![](http://jazz.net/_images/myphoto/dbe94a27c372fd9d8fa482d274c8da80.jpg)
You can add a special attribute and try - right click on workitem/workItem node in Data Source View and select Add Special Attribute... You can then use the special attribute in Scripted Filter.