RQL query for comparing two properties of thing Json #1958
Unanswered
BHUVANESHWARI967
asked this question in
Q&A
Replies: 2 comments 1 reply
-
This is currently not possible to do. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh okay. So what can be an alternative for this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
I am trying to compare two JSON properties of a thing to check if they are equal or not and consume events based on that condition.
I have tried:
"_/_/things/twin/events?namespaces=vehicle&filter=ne(features/lightSensor/properties/state,features/lightSensor/desiredProperties/state)
"but got an invalid RQL expression. How can I consume this event? Can you please suggest a way for this? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions