Hello,
I defined a content type with two CCK fields of "Spreadsheet" . How can I reference a cell from one "Spreadsheet" field to another?
Many thanks in advance (and especially for this great module )
Hello,
I defined a content type with two CCK fields of "Spreadsheet" . How can I reference a cell from one "Spreadsheet" field to another?
Many thanks in advance (and especially for this great module )
Comments
Comment #1
infojunkieSorry for the late reply. For the time being, the cell reference syntax does not support multiple CCK fields. I turned this into a feature request.
Comment #2
infojunkieImplemented the ability to refer to an exact field/item in any node. Here's the formula syntax:
where
field machine name or labelis optional and defaults to first found sheetfield, anditem deltais optional and defaults to 0.Comment #3
infojunkieWhat's missing is referring to other sheets on the same page.
Comment #4
izarco commentedHow to reference to the current node?
Comment #5
infojunkieImplement ability to refer to other sheets on the same page, using the syntax:
where
item deltais not optional.item deltais zero-based.Note that you will need to get the latest code from GitHub in order to support this functionality.
Comment #6
infojunkieUpdate: CCK sheet fields now accept titles. You can refer to other sheets on the same page using the syntax:
or
Comment #7
infojunkieTo be ported to D7.
Comment #8
infojunkiePort to D7 pending this question: http://drupal.stackexchange.com/questions/30301/update-field-schema. Any help would be appreciated.
Comment #9
infojunkieDone porting to D7.