Skip to main content
Level 2
September 17, 2026
Question

parameter report - show all names and values in dropdown

  • September 17, 2026
  • 1 reply
  • 9 views

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!

1 reply

_Manish_Singh
Level 9
September 18, 2026

Hi ​@AlvinaLa1 - Please try this:

displayname=Dropdown Names & Values
listdelimiter=<li>
listmethod=nested(parameterOptions).lists
type=iterate
valueexpression=CONCAT({label}," - ",{value})
valueformat=HTML