The
database has
2 tables:
1.#___regions
id
|
name_region
|
1
|
Scort
|
2
|
Alabama
|
3
|
Texas
|
4
|
Rumba
|
2. #___cities
id
|
Id_region
|
class
|
name_city
|
1
|
1
|
small
|
Gor
|
2
|
2
|
large
|
Fistashka
|
3
|
1
|
midd
|
Hramka
|
4
|
2
|
small
|
Beda
|
5
|
3
|
large
|
Shopsa
|
6
|
1
|
midd
|
Katol
|
7
|
1
|
midd
|
Lima
|
.
I know how
to use "Select Dynamic Cascade" to do this:
region: -
Select an Option - ¬↓
city: -
Select an Option - ↓
.
And me need to such:
region: -
Select an Option - ↓
class
: Select an Option - ↓
city: -
Select an Option - ↓
.
That is to
filter the list on the additional
field "class" !
If not,
what regular Seblod tools may be suitable for this?