Page 1 of 1

is this a bug ?

Posted: 2013-12-07 23:25
by scorpio_x73
Hi and thanks in advance.

I tried to calculate a field with the value of a lookup filed but it seems that i get the value form the id and not the actual value of the field (cause of the lookup field).

If that is the case is there a way to bypass it ?

New and trying...


Thank you all again.

Re: is this a bug ?

Posted: 2014-01-02 19:27
by a.gneady
Not a bug. Lookup fields store the primary key (id) value of the parent record. You should probably apply the calculation on the parent record itself, and it would automatically show up in the child record.