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
  • I can try helping you debug....
    1. I am not sure what Appian version you are using. Make sure type!GridTextColumn() is compatible and supported by your version since now we use a!gridTextColumn().

    2. Your expression has an extra parenthesis. Make sure this is fixed.
    3. With these changes, try using index(local!temp.data,"position",{}) in the data value for the column with label "Interest Position"

    If the error still persists, modify local!temp : todatasubset(local!datasubset.data.position) to local!temp: local!datasubset.data.position and modify the respective gridTextColumn appropriately. I guess this maybe causing the error since what you are trying to convert to a datasubset is already in the same form. Let me know if this works.
Reply
  • I can try helping you debug....
    1. I am not sure what Appian version you are using. Make sure type!GridTextColumn() is compatible and supported by your version since now we use a!gridTextColumn().

    2. Your expression has an extra parenthesis. Make sure this is fixed.
    3. With these changes, try using index(local!temp.data,"position",{}) in the data value for the column with label "Interest Position"

    If the error still persists, modify local!temp : todatasubset(local!datasubset.data.position) to local!temp: local!datasubset.data.position and modify the respective gridTextColumn appropriately. I guess this maybe causing the error since what you are trying to convert to a datasubset is already in the same form. Let me know if this works.
Children
No Data