I need to assign the value of a field in a different node to a field in this node. Is that possible?
Lets' say the stock price of Acme Co. is $3.90 today [stored in stock_price]. I have a different field in the node called week_price. This is the price 7 days ago. How do I assign the value of the field stock_price in a node created 7 days ago to the field week_price of this node? I can zero in on the node by specifying the taxonomy and date, both, so that only one node is returned positive. Also, if there isn't a node created for that date, I want it to look for the date prior to that. Any suggestions? Is this even possible? If it isn't, is there some other way of handling it? I want to be able to show the percentage by which the stock has appreciated. Which format of date should I choose? Thanks.

Comments

Vic96’s picture

Category: feature » support
mmjvb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)