I'm getting this error when I open my app, and this just started like a week ago.
Invalid operation: division by zero.
I don't see anything in the formulas section of the App Checker and I don't believe I have any formulas that do any division. This is stumping me.
Any ideas?
Solved! Go to Solution.
hi @Nogueira1306,. In my case I have the same error
I have used this formula on the OnSelect and onchange of the datacardvalue which calculates the value and the output is given & displayed in a txtlabel.
Set(
schvar,
((DataCardValue105.SelectedDate - DataCardValue104.SelectedDate) / (DataCardValue104.SelectedDate - DataCardValue100.SelectedDate)) * 100);
Set(schvariance,Round(schvar,2));
User | Count |
---|---|
246 | |
103 | |
82 | |
49 | |
42 |