Hi all, i'm trying to find the minimum of a c...

Hi all, i’m trying to find the minimum of a couple of columns of type “percent” within a record but i get the error “LIST has elements of mismatched types” This is the formula im using, all the fields being used are of type :“percent”

MIN({[Plan],[Connect & Create],[Align-Persuasive Sell],[Execute],[Evaluation (Call)],[Evaluation (Self)]})

Could i be doing something wrong?

0 3 316
3 REPLIES 3

Try MIN(LIST([Plan])+LIST([Connect & Create])+…

Or MIN(LIST([Plan], [Connect & Create], … ))

Awesome, thanks @praveen, @Bellave_Jayaram

Top Labels in this Space