Active
Project:
Sheetnode
Version:
7.x-1.0-beta6
Component:
Core
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2015 at 08:23 UTC
Updated:
10 Feb 2016 at 14:21 UTC
Jump to comment: Most recent
I am using sheeted, and token to reference values from a sheetnode into a field of a different node. I manage to get the values, but not the format. Is there a way to add token that will return the text value of the cell as formatted?
Comments
Comment #1
shaisamuel commentedI appreciate this module very much.
After some testing and trail and error, I manage to get correct value using EntityReference field, which relate to the sheeted I need. The token looks like [node:field-refsheetnode:sheetnode:cell:B6].
Originally in the cell there is value formatted to show custom format "$"#,##0. Using something like [node:field-refsheetnode:sheetnode:cell:B6:custom:"$#,##0"] (I am guessing here).
Comment #2
delacosta456 commentedhi shaisamuel
i would like to know how you build with Entityrefeence.
What i have already done
- I already have two spreadsheet with formula saved as template . In both spreadsheet the result of formulas cell depend on value entered in another cell.
Now what i want is:
- Create a node type with some fields:
-fieds that will hold values that will be sent to spreadsheet cells in with values are suppose to be entered
- field to select a template that will be used when submitting the node
--------------
i have seen in documentation that it is possible to use Token , and node id... but what off if didn't know the node id on node creation, how will spreadsheet cell will get value?