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

[ADD] Adding income_range filter/dimension

parent 5cf13d89
No related branches found
No related tags found
3 merge requests!417[ADD] Indicator "Taxa de Atendimento Educacional" updated on production!,!416[ADD] Route almost ready, some tests needed. Comments added and filters that...,!414[ADD] Route almost ready, some tests needed. Comments added and filters that...
...@@ -197,6 +197,16 @@ rqf.addField({ ...@@ -197,6 +197,16 @@ rqf.addField({
type: 'integer', type: 'integer',
field: 'ano_ref' field: 'ano_ref'
} }
}).addValue({
name: 'income_range',
table: 'pnad_novo',
tableField: 'faixa_rendimento_aux',
resultField: 'income_range_id',
where: {
relation: '=',
type: 'integer',
field: 'faixa_rendimento_aux'
}
}).addField({ }).addField({
name: 'search', name: 'search',
field: false, field: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment