Forum Discussion

Re: URL Button - Count how many times are clicked

Can you post your existing code to run the import?

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

4 Replies

  • RyanStanford1's avatar
    RyanStanford1
    Qrew Captain
    Agreed with Mark, need to see the code...

    how I would implement this is to have some JavaScript to get the current value of the field, +1 to it, and update the field as a separate call that would happen at the same time as the import.

    ------------------------------
    Ryan Stanford
    ------------------------------
    • EverettPatterso's avatar
      EverettPatterso
      Qrew Captain
      Yes, but if you just want a simple, native solution you can use numeric field + formula URL

      var number mynewvalue = [NumericTest] + 1;
      
      URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#] & "&_fid_15=" & URLEncode($mynewvalue)​


      ------------------------------
      Everett Patterson
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        .... but we need to see your current code in order to help you sequence the counter formula above combined with the import and then refresh the page you are on.

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