- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 07:07 AM
I am trying to select a condition to look for date changes not done in last 90 days.
the variable referenced is "Last patch date" which should be a Date/Time variable.
When I try to setup a condition for that table it looks at it as a "String"? and doesn't give me the option to set after 90 days like the "created" variable does. What do I need to fix this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 07:18 AM
Hi @Allen12,
Your last path date is not date/date-time field type. Its String type field. Hence the operators is showing for String type.
To fix this you have to change its type to Date/Date-time. May be you can create new one and replace it with existing everywhere. Or just change its type.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 07:18 AM
Hi @Allen12,
Your last path date is not date/date-time field type. Its String type field. Hence the operators is showing for String type.
To fix this you have to change its type to Date/Date-time. May be you can create new one and replace it with existing everywhere. Or just change its type.
Thanks,
Sagar Pagar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 07:25 AM
Seems strange, is this a newly created field?
Did you check in other configuration component how it looks like, lets say filter condition in the list layout or filter condition in business rule.
Aman Kumar