cancel
Showing results for 
Search instead for 
Did you mean: 

Using a sum for a colum in a table lookup

paolotaverna
Deputy Chef I
Deputy Chef I
 

Good day, hope all is well, 

 

I am trying to make a sum of a column in a lookup table depending on the id (right now I hard coded the id for testing purpose).

I have tried many formulas but it doe not seem to work.  see my pluck image. 

Please help 🙂  I would like to avoid looping on the table. 

CleanShot 2025-02-27 at 08.01.22@2x.png

CleanShot 2025-02-27 at 07.55.15@2x.jpgCleanShot 2025-02-27 at 07.58.02@2x.png

5 REPLIES 5

Hi @paolotaverna,
what is the data type of the variable temo_1.
If its integer you might have to use to_i
if its float you might have to use to_f
Regards,
Prudvi