I have a content type that has a List(text) field and a spreadsheet field.

Is it possible to retrieve the selected item from the List(text) field to a cell in a spreadsheet?
Some computations inside the spreadsheet will depend on the value of the selected item. Whenever a user selects an item from the list, the value must reflect to the spreadsheet in real-time.

Is this possible?

Comments

infojunkie’s picture

Reading a value from the CCK field is doable using the function ORG.DRUPAL.FIELD('field_name'). However, updating the sheet in real-time from the changing field value is not implemented.

willhallonline’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This is unlikely to work in real time. Closing unless we get a patch.