Category: Education

  • JsonPatch function for IBM Planning Analytics (TM1)

    JsonPatch function for IBM Planning Analytics (TM1)

    JsonPatch function for IBM Planning Analytics (TM1) Applies a standard JSON Patch to a JSON document.This lets you make precise edits by supplying a patch document that describes the desired changes. Where can the function be used? TurboIntegrator Which TM1 Server version is the function available for? Version 12 What is the syntax? JsonPatch(JSONString, Patch)…

  • JsonMove function for IBM Planning Analytics (TM1)

    JsonMove function for IBM Planning Analytics (TM1)

    JsonMove function for IBM Planning Analytics (TM1) Moves a value from one location to another in a JSON document. Where can the function be used? TurboIntegrator Which TM1 Server version is the function available for? Version 12 What is the syntax? JsonMove(JSONString, From, To) Relevant Functions

  • JsonSize function for IBM PlanningAnalytics (TM1)

    JsonSize function for IBM PlanningAnalytics (TM1)

    JsonSize function for IBM Planning Analytics (TM1) Returns the number of fields in a specified JSON path of a JSON document. Where can the function be used? TurboIntegrator Which TM1 Server version is the function available for? Version 12 What is the syntax? JsonSize(JSONString, Reference) Relevant Functions

  • JsonTest function for IBM PlanningAnalytics (TM1)

    JsonTest function for IBM PlanningAnalytics (TM1)

    JsonTest function for IBM Planning Analytics (TM1) Is used to verify if two JSON documents areequivalent. Where can the function be used? TurboIntegrator Which TM1 Server version is the function available for? Version 12 What is the syntax? JsonTest(JSONString, Value) Relevant Functions

  • JsonToString function for IBM PlanningAnalytics (TM1)

    JsonToString function for IBM PlanningAnalytics (TM1)

    JsonToString function for IBM Planning Analytics (TM1) Converts a JSON document to a formatted JSON forfurther use or presentation purposes. Where can the function be used? TurboIntegrator Which TM1 Server version is the function available for? Version 12 What is the syntax? JsonToString(JSONString, Reference, Indent, IndentChar) Relevant Functions

  • JsonReplace function for IBM PlanningAnalytics (TM1)

    JsonReplace function for IBM PlanningAnalytics (TM1)

    JsonReplace function for IBM Planning Analytics (TM1) Replaces an existing value at a given reference. Where can the function be used? TurboIntegrator Which TM1 Server version is the function available for? Version 12 What is the syntax? JsonReplace(JSONString, Reference, Value) Relevant Functions

  • JsonType function for IBM Planning Analytics (TM1)

    JsonType function for IBM Planning Analytics (TM1)

    JwtType function for IBM Planning Analytics (TM1) Returns the data type of a value in a specified field of a JSON document. Where can the function be used? TurboIntegrator Which TM1 Server version is the function available for? Version 12 What is the syntax? JsonType(JSONString, Reference) Relevant Functions

  • StringToJson function for for IBM PlanningAnalytics (TM1)

    StringToJson function for for IBM PlanningAnalytics (TM1)

    StringToJson function for for IBM Planning Analytics (TM1) Converts a string value to a JSON string. Where can the function be used? TurboIntegrator Which TM1 Server version is the function available for? Version 12 What is the syntax? JsonToString(String) Relevant Functions

  • JwtCreate function for IBM Planning Analytics (TM1)

    JwtCreate function for IBM Planning Analytics (TM1)

    JwtCreate function for IBM Planning Analytics (TM1) Generates a JWT (JSON Web Token) which is used to transmit data securely between two parties as a JSON object. Where can the function be used? TurboIntegrator Which TM1 Server version is the function available for? Version 12 What is the syntax? JwtCreate(Header, Payload, Secret, Password) Relevant Functions

  • JwtDecode function for for IBM PlanningAnalytics (TM1)

    JwtDecode function for for IBM PlanningAnalytics (TM1)

    JwtDecode function for for IBM PlanningAnalytics (TM1) Decodes a JWT (JSON Web Token) and retrieves the contents in JSON format. Where can the function be used? TurboIntegrator Which TM1 Server version is the function available for? Version 12 What is the syntax? JwtDecode(Token) Relevant Functions