Blank Pages Coming in Report ouptut
Hi ,
I have a bi publisher report.It is having a code in the template as given below:
<?for-each:FincorpCallReport?><?sort:CreatedOn;'descending';data-type='date'?>
<?xdoxslt:set_variable($_XDOCTX, 'x', xdoxslt:get_variable($_XDOCTX, 'x') + 1)?>
<?if:xdoxslt:get_variable($_XDOCTX, 'x')<=1?>
<?Description2?>
-----
-----
----
---
<?AccountStatus?>
<?end if?>
<?end for-each?>
But when i am executing it ,i am receiving so many blank pages along with the output.As per the code given above ,i am trying to fetch the latest record created,and show its details and therefore the report must have only one page data.
Can you please tell me why this blank pages are coming in the report output?
I have a bi publisher report.It is having a code in the template as given below:
<?for-each:FincorpCallReport?><?sort:CreatedOn;'descending';data-type='date'?>
<?xdoxslt:set_variable($_XDOCTX, 'x', xdoxslt:get_variable($_XDOCTX, 'x') + 1)?>
<?if:xdoxslt:get_variable($_XDOCTX, 'x')<=1?>
<?Description2?>
-----
-----
----
---
<?AccountStatus?>
<?end if?>
<?end for-each?>
But when i am executing it ,i am receiving so many blank pages along with the output.As per the code given above ,i am trying to fetch the latest record created,and show its details and therefore the report must have only one page data.
Can you please tell me why this blank pages are coming in the report output?
0