Hi,
I have a dropdown selection field in seblod
Example :
<options>1</options>
<options>2</options>
<options>3</options>
Which is the value of field added to a new column at __content table let's call it number column.
What i need here is to add additional query to joomla module (which is using MVC Model, not standart database query).
Query that i need to add is WHERE __content.number = fieldvalue
Hope you guys can help me :)