Convert datasubset data to CDT

Is there an easy way to convert the datasubset data into a cdt?

The datasubset is like:

[startIndex=1, batchSize=100, sort=, totalCount=4, data=[cells=[value=CAtest: Main Contract Review, drilldown=268455346]; [value=CAtest: Main Contract Review, drilldown=268455355]; [value=CAtest: Main Contract Review, drilldown=268455332]; [value=CAtest: Main Contract Review, drilldown=268455340]]; [cells=[value=[Group:2397], drilldown=]; [value=[Group:2390], drilldown=]; [value=[Group:2399], drilldown=]; [value=[Group:2398], drilldown=]]; [cells=[value=5/25/2015 4:40 AM EDT, drilldown=]; [value=5/25/2015 4:40 AM EDT, drilldown=]; [value=5/25/2015 4:40 AM EDT, drilldown=]; [value=5/25/2015 4:40 AM EDT, drilldown=]]; [cells=[value=, drilldown=]; [value=, drilldown=]; [value=, drilldown=]; [value=, drilldown=]]; [cells=[value=, drilldown=]; [value=, drilldown=]; [value=, drilldown=]; [value=, drilldown=]]; [cells=[value=0, drilldown=]; [value=0, drilldown=]; [...

OriginalPostID-150214

OriginalPostID-150214

  Discussion posts and replies are publicly visible

Parents

  • I am having the same requirement. Below is my task report details:

    getWorkflowCustomerList: [startIndex=1, batchSize=25, sort=[field=c0, ascending=true], totalCount=2, data=[c0:4201297521487792,dp0:]; [c0:8061297521487288,dp0:], identifiers=57347; 56887, name=Get Workflow Customers, description=, columnConfigs=[label:CustomerReference,field:c0,drilldownField:dp0,configuredFormatting:NORMAL_TEXT,configuredDrilldown:], errorMessage=]

    When i used type constructor, i got results like below:

    [c0:4201297521487792,dp0:],
    [c0:8061297521487288,dp0:]

    But i need the results like,

    4201297521487792,
    8061297521487288

    Any idea how this can be achieved?

    My expression rule was,
    apply(rule!populateCustomerCDT,rule!getWorkflowCustomerList().data)
Reply

  • I am having the same requirement. Below is my task report details:

    getWorkflowCustomerList: [startIndex=1, batchSize=25, sort=[field=c0, ascending=true], totalCount=2, data=[c0:4201297521487792,dp0:]; [c0:8061297521487288,dp0:], identifiers=57347; 56887, name=Get Workflow Customers, description=, columnConfigs=[label:CustomerReference,field:c0,drilldownField:dp0,configuredFormatting:NORMAL_TEXT,configuredDrilldown:], errorMessage=]

    When i used type constructor, i got results like below:

    [c0:4201297521487792,dp0:],
    [c0:8061297521487288,dp0:]

    But i need the results like,

    4201297521487792,
    8061297521487288

    Any idea how this can be achieved?

    My expression rule was,
    apply(rule!populateCustomerCDT,rule!getWorkflowCustomerList().data)
Children
No Data