yesterday
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.
yesterday
Hi @paolotaverna,
Can you try using
Entries[datapill].where('Id':Id[datapill]).pluck('Duration Hours').sum
It will search for Id in the entries and then pluck the column and do the sum
Regards,
Prudvi
yesterday
Thank you Prudvi,
I now get this , Error calculating input for field 'temo_1': no method '+' for nil.
I have remove the where to simply test without it but get same error. It's driving me nuts ๐
This is the output of previous task
yesterday
Hi @paolotaverna,
You can use compact formula to remove if there is any nil in the table.
Regards,
Prudvi
yesterday
Again thank you ! I was almost excited!!!
Error calculating input for field 'temo_1': no implicit conversion of String into Integer
I tried adding .to_f but still not working
Previous step : Duration Hours: 656.0,