Question
parameter report - show all names and values in dropdown
Hi! I am trying to create a parameter report showing both value and name.
I saw a previous thread, which provided this that only showed values.
displayname=Field Values
linkedname=direct
listdelimiter=<li>
listmethod=nested(parameterOptions).lists
namekey=name
textmode=true
type=iterate
valuefield=value
valueformat=HTML
Is there a way to show both a dropdown selection’s name and value?
Thank you!