• Saulo Aguiar
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Recently I've been trying to use Compute Expressions, but only have ran into errros. After reading the docs, I came up with this JSON

"Defaultify_Augment": {
    "action": "computeExpression",
    "parameters": {
      "source": "Augment_myClientLoginsRaw",
      "computedFields": [{
        "name": "User_Type",
        "type": "Text",
        "defaultValue": "N/A",
        "saqlExpression": "ProfileData.myClientType"
      }]
    }

Which result in the following error output

Error executing node Defaultify_Augment: invalid field expression ProfileData.myClientType for field 'User_Type': 'ProfileData . 'myClientType: stream argument not supported outside of cogroup projection (0Bwd00000000IccCAE_0BqP00000005LpPKAU) Error executing node Defaultify_Augment: invalid field expression ProfileData.myClientType for field 'User_Type': 'ProfileData . 'myClient_User_Type: stream argument not supported outside of cogroup projection (0Bwd00000000IccCAE_0BqP00000005LpPKAU)

Any help is welcome.

Thanks,
Recently I've been trying to use Compute Expressions, but only have ran into errros. After reading the docs, I came up with this JSON

"Defaultify_Augment": {
    "action": "computeExpression",
    "parameters": {
      "source": "Augment_myClientLoginsRaw",
      "computedFields": [{
        "name": "User_Type",
        "type": "Text",
        "defaultValue": "N/A",
        "saqlExpression": "ProfileData.myClientType"
      }]
    }

Which result in the following error output

Error executing node Defaultify_Augment: invalid field expression ProfileData.myClientType for field 'User_Type': 'ProfileData . 'myClientType: stream argument not supported outside of cogroup projection (0Bwd00000000IccCAE_0BqP00000005LpPKAU) Error executing node Defaultify_Augment: invalid field expression ProfileData.myClientType for field 'User_Type': 'ProfileData . 'myClient_User_Type: stream argument not supported outside of cogroup projection (0Bwd00000000IccCAE_0BqP00000005LpPKAU)

Any help is welcome.

Thanks,