cancel
Showing results for 
Search instead for 
Did you mean: 

Missing field after first page in main window of smartform

Former Member
0 Kudos

Hi

I have a smartform where a field in a text node of the main window is not showing on the first line after the first page.

I have a main window. In the main window I have a loop within a loop. In the second loop if have some program lines and then a template to show the line items. In one of the program lines I set a global field 'GV_TYPE', I then display the field in a text node of the template.

My issue is that this field will not show on the first line after the first page.

I have checked that the field is not empty. I have added plain text to the text node and it will show but not the 'GV_TYPE' field. I also added another global field to the text node and it also does not show.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I managed to fix this myself. I changed it from using a global variable to using an field from table that the loop uses.