Forum Discussion
QuickBaseJunkie
Qrew Captain
You can add a redirect in your formula by replacing $URL with
$URL & "&rdr=" & $URLTWO
You'll then need to add another variable for URLTWO (var text URLTWO = )
You are correct that you cannot redirect outside of QuickBase, so URL TWO would be something like this (where the pageID=3 is replaced with your pageID).
$URL & "&rdr=" & $URLTWO
You'll then need to add another variable for URLTWO (var text URLTWO = )
You are correct that you cannot redirect outside of QuickBase, so URL TWO would be something like this (where the pageID=3 is replaced with your pageID).
URLRoot() & "db/" & Dbid() & "?a=dbpage&pageID=3";
-SharonQuickBaseJunkie
6 years agoQrew Captain
Thanks Brian!
I was actually working with someone who had a Save & Redirect formula that was working that did not explicitly have Save included... I was baffled for a bit then realized they had this setting you mentioned engaged.
Great call out!
I was actually working with someone who had a Save & Redirect formula that was working that did not explicitly have Save included... I was baffled for a bit then realized they had this setting you mentioned engaged.
Great call out!