Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Report Conditional Formatting

Locked
nekpap
Posts: 27
Joined: Wed Dec 03, 2014 7:41 am

Report Conditional Formatting

Unread post by nekpap »

Hi,

Is there any way in nubuilder, to do conditional formatting in a field?

If is not, what about to use function eval in nurunpdf.php?

e.g. line 915 : eval("\$backgroundColor = $backgroundColor;");

How can I replace hash variables in $backgroundColor;

Thanks
Nektarios
admin
Site Admin
Posts: 2797
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 21 times

Re: Report Conditional Formatting

Unread post by admin »

nekpap,

Yes you can do conditional formatting, this way..

http://wiki.nubuilder.net/index.php/Rep ... lder#Field

Steven
nekpap
Posts: 27
Joined: Wed Dec 03, 2014 7:41 am

Re: Report Conditional Formatting

Unread post by nekpap »

Thank you Steven!

I have seen that but I missed it!

Thanks for your help!

Nektarios
admin
Site Admin
Posts: 2797
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 21 times

Re: Report Conditional Formatting

Unread post by admin »

.
Locked