Different data in header according with object
- 
					
					
					
 Hello, I'm having trouble changing the HEADER dynamically, for each object I have information that needs to be displayed in the header, here's an example, thanks in advance. 
 
- 
					
					
					
 Please check the following https://jsreport.net/learn/pdf-utils#grouping-pages 
 https://playground.jsreport.net/w/admin/Wy6stA8thttps://jsreport.net/learn/pdf-utils#adding-items-to-the-page 
 https://playground.jsreport.net/w/admin/ihh7laK2
 
- 
					
					
					
 thank you it helped a lot. I want to point out where that If the value you are calling is NULL it won't work, like: https://playground.jsreport.net/w/anon/HZk9aQCM 
 {
 "items": [{
 "item":1
 },
 {
 "item": null
 },
 {
 "item":3
 }]
 }
 
