CRM

rKiani
Member

dropdown value to number

SOLVE

hi 

is any function to work for this job? :

[multi check box property(data sets as a number) ] + [numberal property] = number

i need this result to make a dataset (table)

my multi check box property are numbers but they detect strings and the sum operation doesnt work.

is any way to convert multi check box property value to number ?

thank you

0 Upvotes
1 Accepted solution
rKiani
Solution
Member

dropdown value to number

SOLVE

thank you

i solved that. i used if with "27" if else,

if [my field] = 1000 then 1000 and ...

and used [my field] insted of dropdown field in table.

View solution in original post

3 Replies 3
rKiani
Solution
Member

dropdown value to number

SOLVE

thank you

i solved that. i used if with "27" if else,

if [my field] = 1000 then 1000 and ...

and used [my field] insted of dropdown field in table.

PamCotton
Community Manager
Community Manager

dropdown value to number

SOLVE

Hello @rKiani , Happy Friday Jr!

I would like to invite our top experts to share their thoughts. Hi @jonchim @louischausse any recommendations to @rKiani matter?

 

Thank you,

Pam

Você sabia que a Comunidade está disponível em outros idiomas?
Participe de conversas regionais, alterando suas configurações de idioma !


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




jonchim
Guide | Diamond Partner
Guide | Diamond Partner

dropdown value to number

SOLVE

Hey @rKiani

I'm not entirely sure but i think the multi check property is probably being read as a string you may need to convert it into a number value with some javascript?

Could try using single quotes around the numbers to see if that does anything.






Jon Chim
VP of Design & Development
Hypha HubSpot Development


check Did my post help answer your query? Help the Community by marking it as a solution