Hi a_b
I think the problems lies with your filter. You have this
$w( " #dynamicDataset " ).setFilter(wixData.filter())
And then you do .eq()
But yhe .eq() should be behind wixData.filter() not behind setFilter(wixData.filter()) so you have 1 “)” to much there
Kind regards
Kristod.