GeorgeBramhall2
3 years agoQrew Cadet
URL formula to to to a result from a query formula field.
*Subject should read ^to go to...
This URL formula in the parent record, where the query formula field ([Get Suplicate Values] a multi-select formula field) is built, is giving me a result "Blocked". Can anyone identify why this formula is resulting in a Blocked result?
var text recid = Left(ToText([Get Duplicate Values]),4);
URLEncode(URLRoot() & "db/" & [_DBID_PROPERTIES] & "?a=dr&rid=" & URLEncode("$recid"))
------------------------------
George Bramhall
------------------------------
This URL formula in the parent record, where the query formula field ([Get Suplicate Values] a multi-select formula field) is built, is giving me a result "Blocked". Can anyone identify why this formula is resulting in a Blocked result?
var text recid = Left(ToText([Get Duplicate Values]),4);
URLEncode(URLRoot() & "db/" & [_DBID_PROPERTIES] & "?a=dr&rid=" & URLEncode("$recid"))
------------------------------
George Bramhall
------------------------------