Subquery in table filter
this is the query:
im trying to show the song name, and how many times the song is listened. like this, it works. the problem comes when i want to filter by certain user:
it just doesnt work. the field to be filtered is the
if i manually filter it (uncommenting the commented line in the query fn) works, but if i filter via the gui, it doesnt
old question: ❓┊helpStruggling filtering a table
im trying to show the song name, and how many times the song is listened. like this, it works. the problem comes when i want to filter by certain user:
it just doesnt work. the field to be filtered is the
user_song_play_history.user_id. is this the right way to do it?if i manually filter it (uncommenting the commented line in the query fn) works, but if i filter via the gui, it doesnt
old question: ❓┊helpStruggling filtering a table

