Hi All,
I'm trying to divide two datacards as per the below and display the result into another one. My first question is how to round the number, where to put the round in the formula. Secondly on the load of the form I get an error saying something like the number can't be divided by 0 but the calculation does work it's just that the data card is expecting a value and doesn't get it until the user has entered some info, how can I resolve this?
If(IsBlank(DataCardValue9.Text) && IsBlank(DataCardValue10.Text), "0", (Value(DataCardValue10.Text))/(Value(DataCardValue9.Text)) *100)
thanks

Report
All responses (
Answers (