Hello, i have tried to use the condition of group header. If i select the data column directly, they work fine
(but I can not work like this, the report is used by different SQL's dynamic using the same result report). If pass the same value but using variable on Expression condition... they not work.
Working:
Code: Select all
Data Column : datas_dados.ramo_atividade_id;
Not Working:
Code: Select all
Expression: {vr_condicao_pular_pagina}
Setted value of variable vr_condicao_pular_pagina: "datas_dados.ramo_atividade_id"
What could be wrong?
Best Regards