Forum Discussion
AustinK
6 years agoQrew Commander
Ryan it seems to me that you are talking about the home page of a table rather than dashboards, is that the case or was Marks answer the right one for you? If Mark got it right then feel free to ignore this message.
If talking about table home pages(the first report shown to the user on the table) you would have to do this by having the people in different roles. You can then set each role to be shown a different report. This is done in the table settings under User Interface > Table home page.
If talking about table home pages(the first report shown to the user on the table) you would have to do this by having the people in different roles. You can then set each role to be shown a different report. This is done in the table settings under User Interface > Table home page.
MarkShnier__You
Qrew Legend
6 years agoAustin, you are right, Ryan was referring to Table Home Page.
Ryan, you can make a formula URL field to display as a column on the report shown on Table Home Page. The formula would display a Report, presumably the"Other" report. And then on the "Other" report you would show a different button to show the Original Report.
So that will work, except if course the same button is repeated all the way down the report, so a little messy, but you can perhaps show the button as a small link so it won't look too gaudy.
The formula for a formula URL button would be
URLRoot() & "db/" & dbid() & "?a=q&qid=99"
Replace the 99 with the qid that you see in the URL when you run the report that you want to jump to.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Ryan, you can make a formula URL field to display as a column on the report shown on Table Home Page. The formula would display a Report, presumably the"Other" report. And then on the "Other" report you would show a different button to show the Original Report.
So that will work, except if course the same button is repeated all the way down the report, so a little messy, but you can perhaps show the button as a small link so it won't look too gaudy.
The formula for a formula URL button would be
URLRoot() & "db/" & dbid() & "?a=q&qid=99"
Replace the 99 with the qid that you see in the URL when you run the report that you want to jump to.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------