Page 1 of 1

Group Header "New Page Before/After"

Posted: Thu Apr 23, 2015 12:24 pm
by rafaelwithoeft
How to use Conditions or Expressions on Group Header to set "New Page Before/After", value to true or false, analyzing condition of variable?

Example:

Code: Select all

{datas_dados.ramo_atividade_id} //This is the data column selected
//Condition to set new page before true or false
if (vr_pular_pagina == true) {
    ghb_pular_pagina.newPageBefore = true; // ? Example;
} else {
    ghb_pular_pagina.newPageBefore = false; // ? Example;
}
1 - Where set or how to set this condition?
2 - How to use this condition with data columns to group and get new page?

Best Regards

Re: Group Header "New Page Before/After"

Posted: Fri Apr 24, 2015 7:28 am
by HighAley
Hello.

Unfortunately, it's impossible to change NewPageBefore property on condition.

Thank you.

Re: Group Header "New Page Before/After"

Posted: Mon Apr 27, 2015 12:41 pm
by rafaelwithoeft
Is there another way?

Re: Group Header "New Page Before/After"

Posted: Tue Apr 28, 2015 6:11 am
by HighAley
Hello.

Sorry, but there is no other way now.
We have plans to change this situation this year.

Thank you.