<div dir="ltr">Hi all, <br><br>I'm building a form with two fields of "Value Relation Widgets", one depending on the other.<br><br>This works really well as explained here <a href="https://youtu.be/ipezh4KXrgo">https://youtu.be/ipezh4KXrgo</a> by Alessandro, but I would like that both fields have the multiple selections option. <br><br>Here is a sample project: <a href="https://cld.pt/dl/download/db1a1787-0adc-4633-a0c9-356c41f269eb/drilldown_multiple.zip">https://cld.pt/dl/download/db1a1787-0adc-4633-a0c9-356c41f269eb/drilldown_multiple.zip</a><br><br>In that project, I have two shapefiles (one configured without and another configured with 'Allow multiple selections') and two csv files (Value Relation sources).<br><br><div>So, without multiple selections option, I simply use <br></div><div>"di" = current_value( 'DISTRITOS') <br></div><div>as filter expression.</div><br>This does not work with multiple selections, because this option saves the multiple values between braces: {Value1,Value2,...}.<br><br>So, how could I use the filter here, to have the second field filtered by the options selected in the first field?<br><br>Thank you very much!<br><br>Best regards,<br>Pedro VenĂ¢ncio</div>