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

[FIX] Illiteracy working as filter AND dimension

parent 42b9e955
No related branches found
No related tags found
3 merge requests!391Hom -> Prod,!386Merge development -> homologa,!383FIrst deploy of new route 'new_pnad'
......@@ -89,7 +89,7 @@ rqf.addField({
foreign: 'cod_uf',
foreignTable: 'pnad_novo'
}
}).addValueToField({
}).addValue({
name: 'illiteracy',
table: 'pnad_novo',
tableField: 'anafalbetismo',
......@@ -99,7 +99,7 @@ rqf.addField({
type: 'integer',
field: 'anafalbetismo'
}
}, 'dims').addValue({
}).addValue({
name: 'min_year',
table: 'pnad_novo',
tableField: 'ano_ref',
......
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