Forum Discussion
4 Replies
Sort By
- RyanStanford1Qrew CaptainAgreed 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
------------------------------- EverettPattersoQrew CaptainYes, 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
Qrew 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
------------------------------