Conditional formating in PDF reports
Posted: Wed Oct 31, 2012 1:47 am
First of all, I am thrilled to learn that nuBuilder can now be mashed into a web page using an iframe. This makes nuBuilder a perfect tool for developing interactive kiosk applications. Thank you very much for keeping the imporvement of this great tool.
I am currently using v2.7.4.7-12.08.29-Build516, but I will definiteley upgrade to the newest version ASAP.
In the version I am using, when I use conditional formatting for reports, the HTML reports display correctly. However, the PDF reports show the conditional formatting hashes and the value of the fiels. In other words, they display -#BOLD#Joe Bloggs- instead of Joe Bloggs.
I checked the "run_report_pdf_v2.php" file and I changed the line 148 from:
if(count($string_array) == 0){
to:
if(count($string_array) != 0){
PDF reports are now displaying correctly the formattings and values. However, if someone detects that additional changes should be made please tell me.
Regards!
Fike
I am currently using v2.7.4.7-12.08.29-Build516, but I will definiteley upgrade to the newest version ASAP.
In the version I am using, when I use conditional formatting for reports, the HTML reports display correctly. However, the PDF reports show the conditional formatting hashes and the value of the fiels. In other words, they display -#BOLD#Joe Bloggs- instead of Joe Bloggs.
I checked the "run_report_pdf_v2.php" file and I changed the line 148 from:
if(count($string_array) == 0){
to:
if(count($string_array) != 0){
PDF reports are now displaying correctly the formattings and values. However, if someone detects that additional changes should be made please tell me.
Regards!
Fike