Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have used straight table to bulid the report. I need to set the color for each filed when it is null.
So, I have used this expression for every individual fields " if(isNull(orgcode,red(),white()); if(isNull(orgname,red(),white() and so on...... "
It performs fine. But it affects the Performance. Most of the time it is showing "Out of virtual memeory, Allocated memory exceeds."
Please Suggest.
Many Thanks,
Sandeepa
Hello Bert,
Yeah I am pretty sure.
There are 12 fields and 2 labels(Expressions) in my report.
My PC has 3GB RAM and 160GB harddisk. Right now 45GB space is free.
Thanks
Sandeepa