Is there a way to populate the values for an array variable from 2 different arr

Is there a way to populate the values for an array variable from 2 different array variables in SAIL?
i have a array variable CDT_1 which has a ,b and c as fields and another array variable CDT_2 which has x,y and z as fields. Now I have an array variable CDT_3 which represents a CDT with fields a,b,c,x,y,z. I want to populate the CDT_3 from CDT_1 & CDT_2 in SAIL.

OriginalPostID-145331

OriginalPostID-145331

  Discussion posts and replies are publicly visible

Parents
  • I have a requirement to populate a paging grid in a report with data from 2 different CDTs without creating views. I have created 2 expression rules,
    Rule1: Fetches data from 1st CDT
    Rule2: fetches data from 2nd CDT

    There is just 1 field common between both the CDTS.

    The total count fetched for the "List of Variants" isn't the same i.e the length differs.

    I need help in combining fields from CDT1 and CDT2 in CDT3
Reply
  • I have a requirement to populate a paging grid in a report with data from 2 different CDTs without creating views. I have created 2 expression rules,
    Rule1: Fetches data from 1st CDT
    Rule2: fetches data from 2nd CDT

    There is just 1 field common between both the CDTS.

    The total count fetched for the "List of Variants" isn't the same i.e the length differs.

    I need help in combining fields from CDT1 and CDT2 in CDT3
Children
No Data