Forum Discussion
StevenShweky
5 years agoQrew Trainee
MarkShnier__You
Qrew Legend
5 years agoAn approach is to have a single record in a control table to hold the focus group. The single record will be Record ID# = 1 and you can relate that to all records in your data set.
You would build a saved Table to table copy which would restrict the import to records of he correct group ID.
Then make a URL formula button which will
1. Set the focus group ID
2. Run API_RunImport
3. Land the user somewhere on a record or a report.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
You would build a saved Table to table copy which would restrict the import to records of he correct group ID.
Then make a URL formula button which will
1. Set the focus group ID
2. Run API_RunImport
3. Land the user somewhere on a record or a report.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- DanielMarcos5 years agoQrew MemberHello,
Can you provide more example?
------------------------------
Daniel Marcos
------------------------------- DanielMarcos5 years agoQrew MemberCan the GenCopyRecord work on this approach like?
var text url = URLRoot() & "db/" &[_my_target_table] & "?a=GenCopyRecord&fid_978=1001" & "&_fid_7=" &[Id];
groupID = 1001
fid_978 is the field from source table where groupID = 1001
fid_7 is the field from target table (where the data will be added)
------------------------------
Daniel Marcos
------------------------------- StevenShweky5 years agoQrew TraineeGenCopyRecord will just put up an add record form for the user which some fields filled in.
I could work with you on a one one one basis to get it working but it's too involved for me to post a complete solution on this forum, if you don't have a background is using APIs in URL formula buttons.
------------------------------
Steven Shweky
------------------------------