Expand my Community achievements bar.

SOLVED

Does LiveCycle have a merge funtion

Avatar

Level 5

Good Day All;

I am trying to figure out if LiveCycle Designer has a merge function.

Some background on this.

I have designed a form for managers to report the status of their individual projects / initiatives. What I would like to be able to do is take each of these reports and somehow merge (let’s say) 6 reports (forms) into 1 report (form).

I would appreciate any ideas.

Regards

Chomp

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hi Chomp,

You can not dynamically create a field or subform unless and untill it's an addInstance() method. You can create a hidden subform and have fields within that form. From other reports you can just copy the values of field(that you want) into this form field of the subform . Place a button and on the click event show the hidden fields of the subform.

Thanks,

Bibhu.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 9

Hi Chomp,

You can not dynamically create a field or subform unless and untill it's an addInstance() method. You can create a hidden subform and have fields within that form. From other reports you can just copy the values of field(that you want) into this form field of the subform . Place a button and on the click event show the hidden fields of the subform.

Thanks,

Bibhu.

Avatar

Level 5

Thanks Bibhu..... It was worth a try