Several Conditions for if it does not

I try to have a field to display only if there are values in one of the 2 columns. When I put the code below, to does not seem to use the 'AND '. I have a line in the XML code that has a value greater than 0 in Period_ActivityActual_ID5, but 0 at Annual_Budget_ID80 n the field does not appear. If I take up just looking at a field and doesn't have the "AND" it works as expected.

<? If: xdoxslt:round (Annual_Budget_ID80)! = 0 and xdoxslt:round (Period_ActivityActual_ID5)! = 0 ? > <? Annual_Budget_ID80? > <? end if? >

Thank you


Dave

user5482854 wrote:

I try to have a field to display only if there are values in one of the 2 columns.

Correct me if I'm wrong, intemperate you problem statement

If someone (Annual_Budget_ID80 / Period_ActivityActual_ID5) whose value display Annual_Budget_ID80

> 0 xdoxslt:round (Period_ActivityActual_ID5) or > 0? >

or if Annual_Budget_ID80 has grater value to 0 and Period_ActivityActual_ID5 with a value of 0 or any display then Annual_Budget_ID80

> 0-xdoxslt:round (Period_ActivityActual_ID5)! ='' ? >

Tags: Business Intelligence

Similar Questions

Maybe you are looking for