‎25-06-2012 10:50 PM
Hello All
I have been trying to create a Report template which would use My Java Macros for report chapters.. When I right click and say new Report Template, it offers me only 4 choices: Basic, Property, Intersection and Checkmark.
For my custom report template using Java macros , what would I choose?
I have pasted an image in the attachment.
Other than a publisher guide, is there any documentation that lists how to create a report template and setup the parameters, multiplicity and all the other stuff that go with it?
Again, tahnk you all for the help!
-S
Solved! Go to Solution.
‎27-06-2012 04:58 PM
P
Thanks a lot!
That works.
-S
‎25-06-2012 11:09 PM
The wizard will help you to create other parts of the report templates (chapters and parameters).
If you plan to implement the report with a custom macro then choose basic (it is the faster one), and then replace the draft macro with the one you wish.
If your macro is java, change its type to Dispatch and put the java:com.you.package.full.name.yourClass inside.
Of course your java macro has to implement the required report methods.
‎25-06-2012 11:02 PM - last edited on ‎26-06-2012 09:27 AM by jhorber
‎25-06-2012 10:51 PM - last edited on ‎26-06-2012 09:27 AM by jhorber
C
Thanks a lot for the response - but pl see http://community.mega.com/t5/Technical-Product/Report-Template-Creation/m-p/1293/message-uid/1293#U1...
I think I may need some documentation on how to create report template with Java macros..
-s