Odd.. is it crashing.. check the apache error log
On Tue, 2004-10-26 at 14:29 -0600, Carol Fouse wrote:
> Actually, something isn't working with this:
>
> <Line suppress="iif(Remit.JanNote == '(null)', yes, no)" >
>
> When I have the suppress part in the code, I get a "The page cannot be
> displayed" message for the php page that has the rlib code in it, but if
> I take out the suppress code, it works OK.
>
> I tried putting single quotes around the Remit.JanNote and the report
> comes up, but the line still appears with the (null) in the fields.
>
>
> -----Original Message-----
> From: Bob Doan [mailto:bd...@si...]
> Sent: Tuesday, October 26, 2004 9:41 AM
> To: Carol Fouse
> Subject: RE: rlib
>
>
> Yes.
>
> Line's have a suppress attribute
>
> so something like
>
> <Line suppress="iif(blah == '(null)', yes, no)">
>
> should do the trick
>
> > Here's another question for you:
> >
> > I have a query that does a left join, so some values may be null. In
> > the output, if the values are all null for a line, I get "(null)" in
> > each column. How can I suppress the entire line if there are no
> > values?
> >
> > - Carol
> >
> >
>
|