Posted: November 27, 2018 at 2:48 pm
|
This is my registration table in SQL This is my query It should return at least 5 datasets based from the SQL data. What am I missing? |
|
After thinking about it, the issue is probably the ‘REG_final_price*’ which is seen by the query as a string and not as the respective column/field. How do I reference that field? Also, I have used the EEM_Extra_Meta a bit. For example, I process some registrations and add to each processed regisration an extra meta field ‘processed’ = true. How can I implement the exta meta into a registration query. For instance, get all registrations where processed is true? |
That’s correct, and admittedly, the documentation for this is a little hard to find. Its actually really simple to do, you just need an additional parameter:
Same as with most models, you add the model and field, so something like this:
Meaning your code ends up like this:
|
|
|
awesome, thanks. |
The support post ‘Query question’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.