Hello,
I have a couple of questions about the appearance of records in the survey Inbox.
1) When I see the list of records in the Inbox, they show the field names instead of the field labels (screenshot below). Is there any way to fix this?
2) When I open the record, it shows the options that were not chosen (screenshot below). Is there any way to only show the options that were?
Thanks!
Solved! Go to Solution.
You can try jr:choice-name(), not sure if it will work for this, but it supplies labels instead of names in other instances.
I figured out part of the solution for (1) by selecting the fields that would be displayed (see instructions here), but it is still showing field names instead of labels.
You can try jr:choice-name(), not sure if it will work for this, but it supplies labels instead of names in other instances.
1) When I see the list of records in the Inbox, they show the field names instead of the field labels (screenshot below). Is there any way to fix this?
looks like you got this one mostly sorted out. You will need to use jr:choice-name() as @Neal_t_k suggested to get this working the way you want.
2) When I open the record, it shows the options that were not chosen (screenshot below). Is there any way to only show the options that were?
Short answer is "no".
Longer answer is "yes". You can get the desired result by:
Generally speaking, those are the steps.
Personally, I wouldn't do this as showing all the options is typically good practice. But my field is pretty technical and litigation is always on peoples minds. Depending on your use-case, this may be acceptable.