Excel Template SKIPROW not working consistently
Hi,
<xsl:value-of select="'True'"/>
I am trying to use the skiprow functionality as mentioned in http://download.oracle.com/docs/cd/E21764_01/bi.1111/e13881/T527073T571887.htm#ext_skiprow
Apparently what I have figured out is, it does not work if there is only one row of data.
Eg: if I use the same example mentioned in the document and slightly modify the column B entry for employee_id to below, then it is just skipping the employee_id cell not row. (I am using the employeesbydepartment single sheet sample in bip desktop installation)
<xsl:if
test="EMPLOYEE_ID= 200"><xsl:value-of select="'True'"/>
0