Skip to content
Snippets Groups Projects
Commit a42c1506 authored by Fernando Gbur dos Santos's avatar Fernando Gbur dos Santos
Browse files

Merge branch 'hotfix-enrollment-aggregate' into 'development'

[hotfix] matriculas 2021 2023 indicador city filter working

See merge request !494
parents 3d4965b9 7fffedd2
No related branches found
No related tags found
4 merge requests!501[hotfix] capital filter working for superior education conclusion tax...,!499[hotfix] capital filter working for superior education conclusion tax...,!496dev -> homologa,!494[hotfix] matriculas 2021 2023 indicador city filter working
......@@ -392,7 +392,7 @@ rqf.addField({
foreign: 'estado_id',
foreignTable: 'escola'
}
}, 'filter').addValueToField({
}, 'filter').addValue({
name: 'city',
table: 'municipio',
tableField: ['nome', 'id'],
......@@ -408,22 +408,7 @@ rqf.addField({
foreign: 'municipio_id',
foreignTable: 'escola'
}
}, 'dims').addValueToField({
name: 'city',
table: 'municipio',
tableField: 'nome',
resultField: 'city_name',
where: {
relation: '=',
type: 'integer',
field: 'id'
},
join: {
primary: 'id',
foreign: 'municipio_id',
foreignTable: 'escola'
}
}, 'filter').addValueToField({
}).addValueToField({
name: 'school',
table: 'escola',
tableField: ['nome_escola', 'id'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment