Extension

Archived
Forum
(read-only)

Magic Fields

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Isaac Raway

     

Grid Fields

General

mac999
mac999

Hi

I have a scenario is that is complicated

I have 3 EE grid fields:

Example

Grid 1
Col 1:  Hours   (value 6)
Col 2: calculated Hours (value to be calculated)


Grid 2
Col 1: Penalty Hours (value 2)

Grid 3: 
Col 2: Additional Hours (value 4)


Is it possible to use the magic fields extension that will populate the value in Grid 1, Col 2 (calculated hours)?

So the Grid 1 Col 2 value should be
Grid 2 Col 1 value +  Grid 3 Col 1 value + Grid 1 Col 1 value
so 2 + 4 + 6 = 12
 
Results

Col 2: calculated Hours =  12

Thanks

 

 

MetaSushi
# 1
Developer
MetaSushi

Unfortunately, Magic Fields does not currently support setting values inside of a field, such as Grid or Matrix rows/columns.

mac999
# 2
mac999

Thanks

Do you know of any other solutions that might help?

MetaSushi
# 3
Developer
MetaSushi

The only thing I can think of would involve creating a custom extension.