- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-06-2020 12:50 AM
Hi,
Need help to add filter condition for the database view to the tickets created on last 6 months.
I tried using inc_sys_created_on<javascript:gs.beginningOfLast6Months() but it's not working
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-06-2020 08:25 PM
I was able to achieve this by using "sys_created_on>= DATE_SUB(CURDATE(), INTERVAL 6 MONTH)"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-06-2020 01:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-06-2020 01:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-06-2020 02:36 AM
i am not sure of the where clause throwing those errors as you are putting that in database view, can you just remove those last 6 months condition and add filter condition after you create reports for that particular database view instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-06-2020 08:25 PM
I was able to achieve this by using "sys_created_on>= DATE_SUB(CURDATE(), INTERVAL 6 MONTH)"