Dear experts,
We were trying to incorporate a drop down in a column in obiee 10g for write back.
'<select id="status" onchange=obipswb.Grid.Change(event)> <option value="Snooze">Snooze</option> <option value="Noted">Noted</option> </select>'
and it is working fine in results. But when we enable writeback template it is not working, instead we are having a text box without those values. Any workaround for this.
Thanks