From: Werner F. B. <wer...@fr...> - 2013-03-07 16:01:08
Hi,
Is there a good way to suppress the printing of a group header and/or
footer based on some user defined criteria/parameter?
If not could a "print expr" be added, if it evaluates to True then print
the section otherwise not, with a default of True.
Werner
From: alexander s. <al...@go...> - 2013-03-07 16:46:08
On 07.03.2013 18:02, Werner F. Bruhin wrote:
>
> Is there a good way to suppress the printing of a group header and/or
> footer based on some user defined criteria/parameter?
Printing of sections and body elements may be suppressed by using
"printwhen" attribute of style elements.
Best wishes,
alex.
From: Werner F. B. <wer...@fr...> - 2013-03-07 18:19:23
On 07/03/2013 17:13, alexander smishlajev wrote:
> On 07.03.2013 18:02, Werner F. Bruhin wrote:
>> Is there a good way to suppress the printing of a group header and/or
>> footer based on some user defined criteria/parameter?
> Printing of sections and body elements may be suppressed by using
> "printwhen" attribute of style elements.
Great
Thanks for the quick response.
Werner