Forum Discussion
- MickGrahamQrew TraineeThis is the code that redirects to the dashboard
"&rdr=" & URLEncode(URLRoot() & "db/" & Dbid()) - Eric_J_HansenQrew CadetLet me know if that works for you or if you have any trouble. Good Luck!
- Eric_J_HansenQrew CadetThis is actually what you need right here:
"<a class='Vibrant Primary' href='javascript:LinkAway(\"" & URLRoot() & "db/" & Dbid() & "?a=dbpage&pageid=87" & "\");' >Return To Dashboard</a>"
You should also make sure this setting is turned on in the advanced settings for your table:- MannyCruzQrew Assistant CaptainHey Eric!
Sorry, I had to put this on the backburner for a bigger team project we had. I tried this but it gives me the error
"Home pages cannot be viewed using this interface. Use act=ShowPage instead"
Any ideas?
The saving part worked, so that's good. - MCFNeilQrew Captainchange the
a=dbpage&
to bea=showpage&
that should fix the issue - MannyCruzQrew Assistant CaptainNo dice, now the button does nothing at all haha. I will keep tweaking and see what works, but if you have any ideas as to why, I'm all ears (no quickbase error message for the formula)