I want to fetch multiple values and put it in the grid of my tempo report

Hi All,

I have one CDT which one of the fields is multiple values. Now I want to fetch that multiple values and put at the grid in my tempo report.
Please tell me how to do it. Because I've tried everyway, but still can't get the solution.

Here I attached my CDT..
Thanks

...

OriginalPostID-124741

OriginalPostID-124741

  Discussion posts and replies are publicly visible

Parents
  • Hi Simranjits,

    I've assigned the child CDT to a local variable as you suggest, but still didn't work..
    Here my script, is there any wrong with my script?

    'type!{www.appian.com/.../2009}GridTextColumn'(
    data: with(local!temp : local!datasubset.data.position, local!temp.position),
    label: "Interest Position",
    field: "position"
    ),

    And here is the error message :
    Could not display interface. Please check definition and inputs.
    Interface Definition: Expression evaluation error at function a!gridField [line 51]: Cannot slice index (index by name on a list) when the element has no list type
Reply
  • Hi Simranjits,

    I've assigned the child CDT to a local variable as you suggest, but still didn't work..
    Here my script, is there any wrong with my script?

    'type!{www.appian.com/.../2009}GridTextColumn'(
    data: with(local!temp : local!datasubset.data.position, local!temp.position),
    label: "Interest Position",
    field: "position"
    ),

    And here is the error message :
    Could not display interface. Please check definition and inputs.
    Interface Definition: Expression evaluation error at function a!gridField [line 51]: Cannot slice index (index by name on a list) when the element has no list type
Children
No Data