Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OBIEE 12.2.1.2 Write back with drop down box

3310714Jun 7 2018 — edited Jun 13 2018

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>'

pastedImage_0.png

This post has been answered by Christian Berg-0racle on Jun 8 2018
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details