List View and Form View values are different?

sukran
Mega Sage

List View and Form View values are different?

List view

find_real_file.png

form view

find_real_file.png

4 REPLIES 4

Uncle Rob
Kilo Patron

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?


Chuck Tomasi
Tera Patron

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.

souren0071
Tera Expert

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


alexmwash
Kilo Contributor

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.