user1800852
user1800852

Reputation: 69

Avoiding the second page when first page is sufficient in xsl itself

I have got the solution to the problem, want to thank you all you guys since without your timely solutions and advise this was impossible to achieve and solve thanks a lot..!!

A solution to this problem have been achieved thanks a lot..!!

Upvotes: 0

Views: 122

Answers (1)

vels4j
vels4j

Reputation: 11298

To resolve your problem keep all the following in single table and add it in table header. With refer to your xsl, everything treated as separate table.

 Store Number : 59998
                      Department Sales Report 
----------------------------------------------------------------------
 xxxx                xxxx                                       Amount   
-----------------------------------------------------------------------

So that table header wont repeat if table body has no content.

Upvotes: 1

Related Questions