QQ - How do I change a discrete string to continuous?
- 1 Minute to read
- Print
- DarkLight
- PDF
QQ - How do I change a discrete string to continuous?
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
To change a discrete string to be continuous, use one of the following methods:
- Expression Builder
- Concat function (using JSON modfied in script editor)
Expression Builder
Concat Function
Use the flag NOORD to force a continuous field:
{
"method": "BuildBakedField",
"targetTable": "Journeys",
"overwrite": true,
"name": "Journey_ID",
"function": "string",
"p1": "CONCAT(A,B,C,D,E,F)",
"p2": "E_ID",
"project": "JoinDiscreteContinuous",
"flags": "NOORD"
}
Was this article helpful?