Appian Community
Site
Search
Sign In/Register
Site
Search
User
More
Cancel
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
I'm looking for...
State
Not Answered
+1
person also asked this
people also asked this
Replies
14 replies
Subscribers
8 subscribers
Views
14100 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
I am creating a query entity rule where I need to compare one of my ri value whi
Ravi Roshan
over 7 years ago
I am creating a query entity rule where I need to compare one of my ri value which is date type with the DB column which is datetime type. I am getting error, Cannot apply operator [EQUALS] to field [UpdatedDateTime] when comparing to value [TypedValue[it=7,v=2016-06-17]].
How to achieve this?
OriginalPostID-219192
OriginalPostID-219192
Discussion posts and replies are publicly visible
Parents
0
Sidhant Behura
over 7 years ago
You can also use cast to convert the date in the query entity rule to date time.
Example: cast(typeof(now()),ri!dateVariable)
Cancel
Up
0
Down
Reply
Verify Answer
Cancel
Reply
0
Sidhant Behura
over 7 years ago
You can also use cast to convert the date in the query entity rule to date time.
Example: cast(typeof(now()),ri!dateVariable)
Cancel
Up
0
Down
Reply
Verify Answer
Cancel
Children
No Data