From: Bob D. <bd...@si...> - 2005-04-04 19:28:40
|
Are you using PHP Arrays? Also can I see an example output? On Mon, 2005-04-04 at 14:07 -0500, Al Arzaga wrote: > Am running rlib 1.3.2. > > In my xml, I'm using iif() to determine whether I should output a field's > value in one column or the other, depending on a value in another field. In > other words, I've got in the two columns a <field> tag similar to the > following: > > <field value="iif(ps_array.CSENS=='A', ps_array.SumQTFDP, ' ')" width="5" > col="1"> > <field value="iif(ps_array.CSENS=='V', ps_array.SumQTFDP, ' ')" width="5" > col="2"> > > What I'm noticing is in the first line of the generated report, in the > correct column, it prints out "SumQTFDP". Then subsequent values down the > rows show the corresponding value for the previous row. It's as if the > numbers are shifted down a row. > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |