Hello, I have a widget table, and in would like to keep only two lines, one for cd_domain = disease and one for cd domain = treatment
to do that, i use the IN filters, but i can't find the synthax to filter on two (Or more) differents value.
In FILTERS in the widget configuration i am doing
Dataset X cd_domain IN (disease, treatment)
Dataset X cd_domain IN ('disease', 'treatment')
Dataset X cd_domain IN disease, treatment
I try multiple differents synthax but it is still not working. Do you know what is the right synthax to filter on multiple value with IN condition?
Do you have any solution ? Thanks :)