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

infojunkie’s picture

This 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?

infojunkie’s picture

Status: Active » Closed (works as designed)

No answer.