Hi! I'm working a lot with Items combined with SQL queries and datalist. There are some features I'm wondering if its posible to implement in the future.
1. When creating an HTML element like a selectbox, there is a missing HTML element option that is called multiselect ( <select multiple="multiple"> ). Is it possible to implement that?
The other question is a bit more "complicated"
2. When making a selecbox using SQL statement. I was wondering if it would be possible to att parameters to the Query from one of the other fields. Given that the other field has a value.
I have taken a screenshot to give an example of the argument I want to send in to the Query below.
In this example I'm hoping for a functionality that could get the choosen value from the "Liste" Dropdown, and use that in the "Multi" checkbox SQL query.