cancel
Showing results for 
Search instead for 
Did you mean: 

Table in Master Page

Former Member
0 Kudos

Hi all,

According to my requirement i have one table which i have to display on the master page.Now my problem is that is it appers only on the first page of the pdf.Rest of the pages doesnot show that table which i have put in master page.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nidhi,

Check whether you have more than one Master page in your form.

If so, please add the table in all the master pages so that they become visible on all the body pages.

It might be the case that you have 2 or more Master pages with restricted pages for them. So please check.

Kanagaraja_L
Active Contributor
0 Kudos

You can control by Form Calc.

In READY LAYOUT

var curpage = $layout.page ( ref ( $ ) )
if ( curpage = 1 ) then                       
$.presence = "visible"
endif

Kanagaraja L