List View and Form View values are different?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2017 05:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2017 05:58 AM
Right click on the Primary Status field and say "Show Choices". I'll bet the value of 1 is associated with the label of Installed.
The real question here is why you're getting value instead of label.
Are the form and list views the *EXACT* same table? Or is one looking at a parent or extension table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2017 05:59 AM
Two things I would check...
- Is this the same field? (it might have the same label, but not necessarily the same field name)
- Do you have more than one option in the choice list with the same option value? Use Right-click on the field label on the form, then choose Show Choices to evaluate the values for that field closely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2017 07:40 AM
I got the same issue few moments back. As Robert says I believe the Choice has been added in the parent table and the same value has been set the field in child table by some external script or transform map that why it's showing the value of the choice instead of label.
The list view is from parent table and you are watching the field in child table form view. Make sure to add the choice in child table also.
Regards,
Souren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2019 10:46 AM
We are on Madrid P5, and seeing something similar in our instance.
Except this is not a Choice List issue, but potential bug with List V3.
Form shows Environment as "Deployment" but list view, and any filters attempted, would not show that specific record.
The only workaround I found was to find the CI in the list view, and double click and update the field while in the list view.
Strange behavior for sure.