Hi,
I've a large database with almost 500 million of records and in the dataset i'm trying to set some parameters to make this more specific and avoid all the records.
The problem is that when i hit PREVIEW on the dataset top bar it doesn't show any results so i don't know where is the error

My parameters are:

And this is my query:
SELECT * FROM "public"."dashboard_energy_tuc_001" as "tuc"
WHERE
tuc.name in ($P{param_name}) and
tuc.pop_nuts_level in ($P{param_pop_nuts_level}) and
tuc.topic_type in ($P{param_topic_type})
FYI: i have followed all the documentation carefully, so i think i'm not missing anything from there
Some help would be great!!
Thanks a lot.