Forum Discussion

ThomasRingkamp's avatar
ThomasRingkamp
Qrew Member
6 years ago

Can I divide counts of 2 checkboxes

I am trying to calculate a percentage based on the counts of 2 checkboxes. 
I tried this: ToNumber([ABC?])/ToNumber([XYZ?])

But it didn't work.
Any help would be greatly appreciated.

------------------------------
Thomas Ringkamp
------------------------------
  • there are many ways to do this,  ut try this as a compact syntacx.

    Count([ABC?]) / Count
    ([XYZ?])

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    markshnier2@gmail.com
    ------------------------------
    • MarkShnier__You's avatar
      MarkShnier__You
      Icon for Qrew Legend rankQrew Legend
      ... but are your trying to calculate this one record or on the totals of many records?


      ------------------------------
      Mark Shnier (YQC)
      Quick Base Solution Provider
      Your Quick Base Coach
      http://QuickBaseCoach.com
      markshnier2@gmail.com
      ------------------------------
      • ThomasRingkamp's avatar
        ThomasRingkamp
        Qrew Member

        Many records

         

        Tom Ringkamp

        Sr. Director NGAN, Central Division

        Office: 470-787-3372

        Mobile: 678-554-9958

         



        ------Original Message------

        ... but are your trying to calculate this one record or on the totals of many records?


        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        markshnier2@gmail.com
        ------------------------------