Page 1 of 1

Show/Hide grid column conditionally in output document

Posted: Fri Oct 07, 2022 12:42 pm
by kleung
Hi,

I'm going to generate a report in pdf through output document.
In the report, there is a grid. I need to show/hide some columns of the grid subject to some conditions.
Grateful if I can be advised how to do it.

Thank you in advance.

cheers,
Karl

Re: Show/Hide grid column conditionally in output document

Posted: Thu Sep 14, 2023 2:36 am
by Jemis21
The usage of the show Column() and hide Column() methods is known for causing this behaviour. Another option to show the desired columns is to only using CSS rules just for the PDF Export and remove the JavaScript handler: https://geometrydash-scratch.com

Re: Show/Hide grid column conditionally in output document

Posted: Tue Mar 26, 2024 8:13 am
by programerboy
Hi,
You can use this "Office template maker" plugin and easily create your templates in Microsoft Office and call them in your processes and forms:

http://pmlearning.info/plugin.php?t=Office-Print-Templates-Plugin-ProcessMaker
Thanks

Re: Show/Hide grid column conditionally in output document

Posted: Tue Mar 26, 2024 9:25 pm
by kleung
Hi programerboy,

Thank you for your advice.
It's a pity that the pm is running on Linux and hence MS Office / MS products are not available.

cheers,
Karl

Re: Show/Hide grid column conditionally in output document

Posted: Wed Mar 27, 2024 3:08 am
by programerboy
kleung wrote: Tue Mar 26, 2024 9:25 pm Hi programerboy,

Thank you for your advice.
It's a pity that the pm is running on Linux and hence MS Office / MS products are not available.

cheers,
Karl
In addition to Windows, the Office print plugin can also be used in Linux. In Linux, you can use LibreOffice software and design your desired output easily.

Re: Show/Hide grid column conditionally in output document

Posted: Wed Mar 27, 2024 5:37 pm
by kleung
Hi programerboy,

Thank you for your advice.

cheers,
Karl