Closed (works as designed)
Project:
Sheetnode
Version:
6.x-1.x-dev
Component:
Core
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2012 at 16:15 UTC
Updated:
23 Feb 2012 at 05:10 UTC
Hi, I can't use the reference external data of my cells.
I use =ORG.DRUPAL.FIELD(field-name). In the cell i can see the correct data but y cant use this data in a function in other cell.
Any solution please?
Comments
Comment #1
infojunkieThis seems to be working for me:
* A1 = ORG.DRUPAL.FIELD('title')
* A2 = LOWER(A1)
A2 contains a lower case version of the node title. Are you doing something different?
Comment #2
infojunkieNo answer.