Forum Discussion
- QuickBaseCoachDQrew CaptainCan you tell us what in the value of those two fields.
- JonathanXu1Qrew TraineeCheckbox1 has the field type as Checkbox. I used the ToNumber function to get the total count in my table for how many rows have the checkbox1 being checked. Same for the Checkbox2.
I was able to use get ToNumber([Submit Pass Due])=30 and ToNumber([Submitted])=42. Both numbers were verified to be shown correctly. But once I put these 2 into division, it is keep showing the numerator only instead of 0.714....
- JonathanXu1Qrew TraineeCheckbox1 has total count as 30 and the checkbox2 has total count as 42. Thank you!
- JordanMcAlisterQrew CaptainHave you tried to use just a formula-numeric field? Also, have you confirmed in the formula field that the ToNumber of your checkbox# fields equal 30 and 42? What are the field types of the checkbox fields?
I tested this scenario myself and am getting correct results using a formula-numeric field:
Result:- JonathanXu1Qrew TraineeHi Jordan, both checkbox# fields have the type as Checkbox. I used ToNumber function to get the total count of how many rows have the checkboxes checked. I was able to get the chart show the ToNumber result correctly on individual ToNumber. But when I put both into division, the chart only shows the numerator instead of 0.714...
- JordanMcAlisterQrew Captainwhat does your gauge measure?