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 All,

    First, thanks for the help. But I think you misunderstand with my problem.
    What I mean is, I have one CDT (Evo_jobFair) which has one child CDT (Evo_jobPosition) and they are one to many relationship. Now I want to fetch the field of child CDT and put it on the grid.
    For example :
    Evo_jobFairCDT - [ParentCDT]
    -- idJobFair
    -- firstName
    -- lastName
    -- position (Evo_jobPositionCDT) - [childCDT]
    --- idDetail
    --- position ---> I want to fetch this field

    I've tried using simranjits' suggestion, but still didn't work. Is there any way to fetch that field? Thanks.
Reply
  • Hi All,

    First, thanks for the help. But I think you misunderstand with my problem.
    What I mean is, I have one CDT (Evo_jobFair) which has one child CDT (Evo_jobPosition) and they are one to many relationship. Now I want to fetch the field of child CDT and put it on the grid.
    For example :
    Evo_jobFairCDT - [ParentCDT]
    -- idJobFair
    -- firstName
    -- lastName
    -- position (Evo_jobPositionCDT) - [childCDT]
    --- idDetail
    --- position ---> I want to fetch this field

    I've tried using simranjits' suggestion, but still didn't work. Is there any way to fetch that field? Thanks.
Children
No Data