Skip to content
Snippets Groups Projects
Commit 982242f1 authored by Henrique Varella Ehrenfried's avatar Henrique Varella Ehrenfried :speech_balloon:
Browse files

Add dimension to traditional_families_people

parent b91b07c4
No related branches found
No related tags found
2 merge requests!48Development,!32Traditional families
...@@ -69,6 +69,18 @@ rqf.addField({ ...@@ -69,6 +69,18 @@ rqf.addField({
}, },
}) })
.addValue({
name: 'family_type',
table: 'traditional_families_ag',
tableField: 'ind_tipo_familia',
resultField: 'ind_parc_mds_fam',
where: {
relation: '=',
type: 'string',
field: 'ind_tipo_familia',
},
})
.addValue({ .addValue({
name: 'uf', name: 'uf',
table: 'traditional_families_ag', table: 'traditional_families_ag',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment