Help with Condition Calculation

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
rongreen
 
 
Posts: 156
Joined: Thu Jun 06, 2024 4:36 pm

Help with Condition Calculation

Post by rongreen »

I have added a condition in the field InStockItem1DropDown which takes its value and adds it to InStockChainLen1 and places the result in a field called Total. That works fine. How do I add a dollar sign in front of the amount?

My working formula is:
Number([InStockItem1DropDown])+Number([InStockChainLen1])

My modified formula that failes is:
'$'+(Number([InStockItem1DropDown])+Number([InStockChainLen1]))

Any help would be greatly appreciated.
Post Reply