How to add module name and document version in header in DNG Report using RPE
One answer
Hi Amruta,
Have a look at OOTB report in DNG server
[JazzTeamServer]\server\conf\rm\reporting\initialization\templates\rrdg\printModuleBook.dta
In Master page, module name is retrieved from variable. You can implement it by the similar way.
PS. Do not raise duplicate questions in the forum, and delete one of them.
Comments
Thank you for response.But how to add document version number in header ?
I suppose you can do the same way as module name. Where is document version number coming from?
Hello Kenji,I am customizing PrintModulrBook Template in that I have added ModuleTitle variable in header but after exporting report module title did not in header
Open printModuleBook.dta, and look at the very beginning. There is a container used for setting a value in moduleTitle variable by Assignment. Without this, the variable is empty.
Hi Kenji,for above scenario ,how can add dataSource/info in header,?because I have done it ,but it did not reflect,how can do it in header in master page?
You do not set a query dataSource/info in the header, but just display the value in moduleTitle. Here are the steps:
1. At the very beginning of the main template, set a value in moduleTitle variable by Assignment
2. In Master page, Header section, display the value in moduleTitle variable
Hello Kenji I have used link https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014823411#77777777-0000-0000-0000-000014823985