Would like to have a Parameter Report that shows a Fields Values (not Labels) | Community
Skip to main content
Level 2
April 4, 2024
Solved

Would like to have a Parameter Report that shows a Fields Values (not Labels)

  • April 4, 2024
  • 2 replies
  • 934 views

Hello,  I am trying to build a report that shows the value that we have set in a Pulldown Field.  not the Label that the user sees that is setting the field.  I see how to show that in a parameter report (using Text Mode).  However is there a way to use Text Mode to show the Custom Value we have assigned to it.  I have a few highlged in a screen shot I took of one of our Fields.  

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by KellieGardner

This text mode will show the Option Values

displayname=Field Values
linkedname=direct
listdelimiter=<li>
listmethod=nested(parameterOptions).lists
namekey=name
textmode=true
type=iterate
valuefield=value
valueformat=HTML

2 replies

KellieGardner
Community Advisor and Adobe Champion
KellieGardnerCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
April 4, 2024

This text mode will show the Option Values

displayname=Field Values
linkedname=direct
listdelimiter=<li>
listmethod=nested(parameterOptions).lists
namekey=name
textmode=true
type=iterate
valuefield=value
valueformat=HTML

GrahamJarrett
Level 4
April 9, 2024

While this is a column for the Parameters... it shows the Name and the Label as well as the position the field holds on the form

 

listdelimiter=<br>
listmethod=nested(categoryParameters).lists
name=[Position] - Field Name // Label
stretch=100
textmode=true
type=iterate
usewidths=true
valueexpression=CONCAT("[",{displayOrder},"] - ",{parameter}.{name}," // ",{parameter}.{label})
valueformat=HTML
width=750