Hi, I have two modules: 1. Module01 -> To collect comments from user as a text which published in dashboard:
List Names |
Line Item |
AA |
Text 01 |
AA01 |
Text 02 |
AA02 |
Text 03 |
AA03 |
Text 04 |
BB |
Text 05 |
BB01 |
Text 06 |
BB02 |
Text 07 |
2. Module02 -> To summary and export the content as CSV.
List Parent |
List Child |
Line Item |
AA |
|
Text 01 |
|
AA01 |
Text 02 |
|
AA02 |
Text 03 |
|
AA03 |
Text 04 |
BB |
|
Text 05 |
|
BB01 |
Text 06 |
|
BB02 |
Text 07 |
I am not able to get the values in the summary level (Example in: AA & BB lelvels). I shows empty. since there is a conflict in the content present in the 'List Parent' and 'List Child' i cannot apply formula in summary. is there any way to map the values from module 01 to module 02 at the summary level? Thanks, Goldwin