Hello,
I am looking to export data related to each other in XLS format. I have the extended pack.
My data is stored in linked entities:
My entities:
A = lead
B = contract
C = options chosen by the lead
Links between my entities:
A -1 B
A -x C
so
A is bound to an element of B
A is linked to several elements of C
I created my relationships, everything works!
Now to export, I create a report based on A and I select the field linked to B as well as the field linked to C.
I get the information about B but for C, the field is empty.
I understand that this is because C contains multiple data (multiple link) ... but what can I do? Is it possible to concatenate the data of C?
Thank you for your help and sorry for my poor command of English ...
PGI
I am looking to export data related to each other in XLS format. I have the extended pack.
My data is stored in linked entities:
My entities:
A = lead
B = contract
C = options chosen by the lead
Links between my entities:
A -1 B
A -x C
so
A is bound to an element of B
A is linked to several elements of C
I created my relationships, everything works!
Now to export, I create a report based on A and I select the field linked to B as well as the field linked to C.
I get the information about B but for C, the field is empty.
I understand that this is because C contains multiple data (multiple link) ... but what can I do? Is it possible to concatenate the data of C?
Thank you for your help and sorry for my poor command of English ...
PGI
Comment