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

[TEST] Trying to modify the order of 'order by' in dim 'state'

parent 608c3802
No related branches found
No related tags found
3 merge requests!391Hom -> Prod,!390dev -> homologa,!389new_pnad -> dev
...@@ -269,8 +269,8 @@ rqf.addField({ ...@@ -269,8 +269,8 @@ rqf.addField({
}).addValue({ }).addValue({
name: 'state', name: 'state',
table: 'estado', table: 'estado',
tableField: ['nome', 'id'], tableField: ['id', 'nome'],
resultField: ['state_name', 'state_id'], resultField: ['state_id', 'state_nome'],
where: { where: {
relation: '=', relation: '=',
type: 'integer', type: 'integer',
......
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