Field name | Type | Value |
Query_String | Text
Computed for Display | Query_String |
Params | Text
Computed for Display | @ReplaceSubstring(@RightBack(Query_String ; "&") ; "+" ; " ") |
ParamList | Text
Computed for Display | @ReplaceSubstring(@Right(Query_String ; "&") ; "+" ; " ") |
ParamAttributes | Text
Computed for Display
Allow Multiple Values | @If(ParamList != "" ; @Word(@Explode( ParamList ; "&") ; "=" ; 1) ; "") |
ParamValues | Text
Computed for Display
Allow Multiple Values | @If(ParamList != "" ; @Word(@Explode( ParamList ; "&") ; "=" ; 2) ; "") |