Hello
Please I need help with getting the right formula for my order total because the formulas I tried are not working.
I used a drop down for the order qty and a text label for the subtotal with the formula
Text(ThisItem.ItemPrice*Dropdown1.Selected.Value,”[$-en-US]$##,###.00”,en-US””)
Then the Order total
& Text((Sum(colshoppingCart ,SubTotal)))
It’s not working.
It says the value $80.00 cannot be converted to a number.