DataSets how do Data root work?

CMS Version:

4.2.3

Player Type

Windows

Player Version

v4-R405.3

Issue

I want to use a datasets to read an api in real time for a event. Now i need to set what the Data root and Remote Data Path are. Only I have failt to find what i need to put there. So if some one can tell me what it is, I would appreciate it.


I need this string out of it [57589.22|hh:mm:ss]. So in entries[0].Data[2]

{
   "entries": [
      {
         "List": {
            "ListName": "Result Lists|klok",
            "BottomPicture": "",
            "BottomPictureShow": 0,
            "ColumnHeadsFontName": "Arial",
            "ColumnHeadsFontSize": 24,
            "ColumnHeadsFontBold": true,
            "ColumnHeadsFontItalic": false,
            "ColumnHeadsFontUnderlined": false,
            "ColumnHeadsColor": "#fb0909",
            "ColumnHeadsShow": 2,
            "Columns": 1,
            "ColumnSpacing": 5,
            "CoverSheet": "",
            "BackSheet": "",
            "Design": "",
            "DesignShow": 2,
            "EveryOtherLineGray": false,
            "FontName": "Arial",
            "FontSize": 10,
            "FooterFontName": "",
            "FooterFontSize": 10,
            "FooterFontBold": false,
            "FooterFontItalic": false,
            "FooterFontUnderlined": false,
            "FooterColor": "",
            "GrayLine": true,
            "HeadLine1": "",
            "HeadLine1FontName": "Arial",
            "HeadLine1FontSize": 32,
            "HeadLine1FontBold": true,
            "HeadLine1FontItalic": false,
            "HeadLine1FontUnderlined": false,
            "HeadLine2": "",
            "HeadLine1Color": "#64fafa",
            "HeadLine1Show": 0,
            "HeadLine2FontName": "Arial",
            "HeadLine2FontSize": 32,
            "HeadLine2FontBold": true,
            "HeadLine2FontItalic": false,
            "HeadLine2FontUnderlined": false,
            "HeadLine2Color": "#64fafa",
            "HeadLine2Show": 0,
            "HeightBottomPicture": 40,
            "LineColor": "#75fdff",
            "LineBackColor": "#0ed836",
            "LineDynamicFormat": "",
            "LineSpacing": 1,
            "MaxRecords": 0,
            "MultiplierField": "",
            "PageFormat": 0,
            "PageMarginBottom": 0,
            "PageMarginLeft": 0,
            "PageMarginRight": 0,
            "PageMarginTop": 0,
            "PageSize": 3,
            "PageHeight": 297,
            "PageWidth": 210,
            "SepLine": false,
            "TopRightPicture": "",
            "TopRightPictureShow": 0,
            "ListHeaderText": "",
            "ListFooterText": "",
            "ListHeaderFooterFontName": "",
            "ListHeaderFooterFontSize": 10,
            "ListHeaderFooterFontBold": false,
            "ListHeaderFooterFontItalic": false,
            "ListHeaderFooterFontUnderlined": false,
            "ListHeaderFooterAlignment": 1,
            "Remarks": "",
            "LastChange": "2025-07-16 17:44:19",
            "FooterText1": "",
            "FooterText2": "",
            "FooterText3": "[page]",
            "Orders": [],
            "Filters": [
               {
                  "OrConjunction": false,
                  "Expression1": "OverallRank",
                  "Operator": "=",
                  "Expression2": "1"
               }
            ],
            "Fields": [
               {
                  "Expression": "ElapsedTime(T0;\"hh:mm:ss\")",
                  "Label": "",
                  "Label2": "",
                  "Alignment": 2,
                  "FontBold": true,
                  "FontItalic": false,
                  "FontUnderlined": false,
                  "Line": 1,
                  "Color": "#f81240",
                  "Link": "",
                  "ColSpan": 0,
                  "ColOffset": 0,
                  "Position": 0,
                  "DynamicFormat": "",
                  "PreviewOnly": false,
                  "ResponsiveHide": 0
               }
            ],
            "SelectorResults": []
         },
         "Data": [
            [
               "265",
               "26",
               "[57589.22|hh:mm:ss]"
            ]
         ],
         "DataFields": [
            "BIB",
            "ID",
            "ElapsedTime(T0;\"hh:mm:ss\")"
         ],
         "GroupFilters": null
      }
   ],
   "number": 4,
   "isEligibleToTruncate": true,
   "processed": [
      [
         []
      ]
   ],
   "messages": [
      "Processing 1 results into 1 potential columns",
      "Processing Result with Data Root ",
      "DataRoot is an object",
      "Processing as a Single Row",
      "Consolidating entries",
      "There are 1 entries in total"
   ]
}

I have found a work arround with dataconnector.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.