RRDNG (RM) PUB how printModuleBook.dta can create drop down selection for external variables in wizard?
Hi
in PUB templates we can use external variables that can be used also with the RRDNG (in DNG)
The wizard also uses the parameters in description.
For example in printModuleBook.dta the external variable:
showComments
Include Comments(type:boolean)
will create a checkbox
But there is also a drop down choice:
How is this created?
in printModuleBook.dta 2 variables are defined:
showEmbedMinimized,showEmbedMinimized
but the descriptions are for boolen attribute:
Show Embedded Artifacts Minimized (type:boolean)
(I would expect some sort of enumeration)
Actually I was not able to find and exact match for what appears in the wizard (even searching in the XML of the template)
Is this a very specific behaviour created only for this use case?
Has somebody been able to create a custom drop doen for the wizard?
Any help will be appriciated
Best regards
Luca
One answer
You're correct - the DNG report wizard is displaying the drop down and setting the two boolean variables under the covers.
If this were using Configuration Metadata for the variable then you could provide an XPath expression for the values and what to display and it would create a drop down during generation, but I can't find anywhere they are doing this in the template for the example above
Comments
Fariz Saracevic
FORUM MODERATOR / JAZZ DEVELOPER Nov 28 '24, 4:16 a.m.