Forum Discussion
MichaelGraham2
9 years agoQrew Assistant Captain
Im getting the following when trying to save the formula url field?
The argument list of the function rdr must begin with a left parenthesis.
var text URLONE = urlroot() & "db/" & [_DBID_PROPERTIES] & "?act=API_CopyMasterDetail&recurse=false&sourceRID=463&relfids=510";
var text URLTWO = "https://xxxxx.quickbase.com/db/xxxxxxxxx?a=showpage&pageid=30;
$URLONE
& "&rdr=" & URLEncode($URLTWO)
The argument list of the function rdr must begin with a left parenthesis.
var text URLONE = urlroot() & "db/" & [_DBID_PROPERTIES] & "?act=API_CopyMasterDetail&recurse=false&sourceRID=463&relfids=510";
var text URLTWO = "https://xxxxx.quickbase.com/db/xxxxxxxxx?a=showpage&pageid=30;
$URLONE
& "&rdr=" & URLEncode($URLTWO)