Hi
Is there a way to create a drop-down list of fixed values in a cell ?

Would be nice...

Best regards

D

CommentFileSizeAuthor
#4 Screen Shot 2015-04-29 at 10.01.00 PM.png114.49 KBjcam88
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RemovE’s picture

I think it can be done with CHOOSE function and some jQuery code which convert =CHOOSE(1,"Test1", "Test2") to drop down list

infojunkie’s picture

Category: Support request » Feature request
Issue summary: View changes

Drop-downs and other input widgets are currently not supported in cells. Keeping this as a feature request.

To clarify, CHOOSE(index, value1, value2, ...) allows to select a specific value from a list, given an index. It does not present a drop-down user interface.

sk2013’s picture

Hi,

I am also looking for this functionality. Is there any update on this request please!

Thanks

jcam88’s picture

I was able to use search autocomplete to produce an autocomplete drop down of suggestions for sheetnode. I used taxonomy to manage the list of values, then used a search autocomplete view to render the drop down on the sheetnode. See this issue which provides the necessary modifications to make this work. Attached is also an image that demonstrates the feature.

Search AutoComplete Issue