Hey All!
Might be a silly question that has been answered elsewhere, but I have a need to filtre a databasejoin element to only show the values that are associated to a specific column in another table. I specify the column's value within my url where I have a get parameter called "some_id" and...
J!4.3.2
F4 Delta
Hi I have a DBJ element (Render as Dropdown) with a Data - Where statement:
WHERE {thistable}.`id` IN (SELECT `user_teams` FROM `adtldlddd_registration_repeat_user_teams` WHERE `parent_id` = '{adtldldd_claim___userid_raw}')
Apply where to = Public
Apply where when = Both
AJAX...