JS Formula Error

Post Reply
gpmio
Posts: 32
Joined: 23 Jul 2020, 20:08
Name: Guy Miotke
Location: US Mesa
Company Name: Fat Lip Marketing
Contact:

JS Formula Error

Post by gpmio »

Screenshot 2020-12-01 133234.jpg
-- Number is entered in A
-- I have a simple drop (B) down with 100% (set to value of 1) & 50% (set to a value of .5)
-- I have a JS Formula field type that multiples A*B

Am I missing something or is this an error?


FOR REVIEW
Screenshot 2020-12-01 134011.jpg
Screenshot 2020-12-01 134310.jpg
Screenshot 2020-12-01 134500.jpg
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: JS Formula Error

Post by support »

First the formula should be

Code: Select all

get_value([493])*[622]
function get_value will get value from dropdown option.
Also for dropdown choices you have to set values.
Attachments
screenshot-pm.rukovoditel.net-2020.12.02-07_28_51.png
Post Reply