Handling complex/object values in a field #853
Answered
by
jakeboone02
philicious
asked this question in
Q&A
-
I have a custom ruleProcessor that renders a more complex, nested SQL statements for a field. How would I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
jakeboone02
Feb 21, 2025
Replies: 1 comment 3 replies
-
Could you provide some sample code, showing what you have to work with so far and where you need what information? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I apologize for taking so long to respond! My recommendation would actually be the same as your last suggestion, storing an object in the
value
field. A query would end up looking something like this, I presume:You're right that it's a bigger hassle, but usually it's not much more than this: