choice list i am getting value instead of label.how to rectify this

priya0895
Giga Contributor

My issue is suppose cat value: x, sub-cat:y but i defined its value as x|y;and dependent value as x.

in incident form the sub-cat value is coming as x|y instead of y..this is the issue.

17 REPLIES 17

Hi Georgi,



  Your explanation is correct about the issue. But
  value of category is : 37747D7C-FBEE-0B1F-E878-C62725C219FB    
  value of type is               : 37747D7C-FBEE-0B1F-E878-C62725C219FB\53E9079D-0D60-97AC-B4E4-CB823234944C


  I have a particular value of one of   the item choice as: 37747D7C-FBEE-0B1F-E878-C62725C219FB\53E9079D-0D60-97AC-B4E4-CB823234944C\FD434895-05EC-9EBF-9B80-2B553ADEE230   i need to populate the label "Incident" corresponding to this value.



I have checked for the dependent values aswell.


find_real_file.png


Hi Priya,





If you double - checked the Dependent Values of Type to Category & Item to Type, to say so, and all is OK, but the situation still persists, then I would say that the issue lies deeply in the system.
Maybe you may take a look at the sys_choice table, as your fields should be pulling the respective data from there, and check for any mismatches, and to heck also the display value for that table.




Best Regards,
Georgi Mavrodiev



IT Consultant
Do IT Wise



You may visit us in our Web Site: www.doitwise.com


find_real_file.png


find_real_file.png


polavarammohan
Kilo Contributor

This is how we've implemented for one of our projects.. try giving the Filed name in the dependent on filed section. Also, please check the choice list specification item values.


find_real_file.png


Thanks, Mohan


Sharique Azim
Mega Sage

Hi Priya,



You have not mentioned on which table and on which fields are you trying to set or populate field??


ill assume its form field on incident and fields are category(c), type(t) and item(i)



You can simply create entries in sys_choice table for the respective fields and set the dependent field accordingly..


so its always "c(value)" is the dependent of "t" choice and so on..