Hi,
Was anyone able to create a drop down list for the write back column? So instead of a free-form text box, I want to give the user a list of values to select from. I found some articles online, but the JQuery code didn't work in 12c. The code I found online is below. Instead of a drop down, my analysis just displays the code.
'<select id="user_comment" onchange=obipswb.Grid.Change(event)>
<option value="No Comment">Select Comment</option>
<option value="Good">Good</option>
<option value="Bad">Bad</option>
</select>'
