Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoRight, so yes a Report Link field, unfortunately does cause the two apps to be "Dependant" and behave like one large app, which will negatively affect performance.
You can make a link to display a record if you know either the Record ID# or the Key field. But other than that, no you can only display a report.
URLRoot() & "db/" & [_DBID_TABLE_DBID]& "?a=dr&key=" & URLEncode([My key field field value])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
You can make a link to display a record if you know either the Record ID# or the Key field. But other than that, no you can only display a report.
URLRoot() & "db/" & [_DBID_TABLE_DBID]& "?a=dr&key=" & URLEncode([My key field field value])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
HannahWright2
5 years agoQrew Trainee
Hi Mark,
I had no idea you could use the key field value in the URL. This completely resolves the issue we were trying to resolve. Thank you so much!
------------------------------
Hannah Wright
------------------------------
I had no idea you could use the key field value in the URL. This completely resolves the issue we were trying to resolve. Thank you so much!
------------------------------
Hannah Wright
------------------------------