Forum Discussion
ChrisSwirtz2
6 years agoQrew Cadet
so if the DBID of the child record is bp9s6xp7v how would that get entered into this formula? Every way I add it I get a syntax error, but I'm sure I'm doing it wrong.
------------------------------
Chris Swirtz
------------------------------
------------------------------
Chris Swirtz
------------------------------
MarkShnier__You
Qrew Legend
6 years agolook at the advance properties tab for the child table. ASt the bottom it will give the table alias like
_DBID_CHILDREN
so you just put that in the square brackets like below including the leading underscore
[_DBID_CHILDREN]
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
_DBID_CHILDREN
so you just put that in the square brackets like below including the leading underscore
[_DBID_CHILDREN]
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- ChrisSwirtz26 years agoQrew CadetThis worked perfectly, thank you!
------------------------------
Chris Swirtz
------------------------------- ChrisSwirtz26 years agoQrew CadetMark,
Is it safe to assume that this same style formula could be utilized to take a user to a specific form instead of a report?
For instance, if a user is in the Workstation table and clicks "Add Peripheral" it takes them to one form, but if they are in the Assessments table and click "Add Peripheral" it takes them to a different form?
------------------------------
Chris Swirtz
------------------------------- MarkShnier__You6 years ago
Qrew Legend
OK, different question, but there is a parameter in the API_GenAddRecordForm API to specify a form.
you add &dfid=99
to specify say form # 99
But let me go on record, that I really try to avoid having multiple forms as it always gets confusing on how when a user visits a record to have the system know what form to use. I prefer form rules whenever possible.
ā
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------