Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am building word report in Nprinting. I wanted to hide chart in Nprinting if it is not having any value or null. I have tried it Nprinting 16 but it's not working. I have checked below post. It says that Conditional show/hide is not working in Nprinting. Is this issue resolved in next release like Nprinting 17.X?
https://community.qlik.com/thread/200875
Thanks
Sagar
Use this trick:
1.) Add dummy formula to your chart, add formula "1" and description "=''", plus the condition you would otherwise
use as the chart show condition
2.) Apply condition formulas to the existing dimensions, for regular case.
3.) Hide the additional dummy formula, remove legend setttings, remove "show axis", etc.
Goal is to get an EMPTY chart if no data is available. This empty chart is then also printed by NPrinting.
Marcel