I have got a set of fields whose number is dynamic i.e sometimes data might return 5 fields and sometimes 10. Now, I need to create another field which is a concatenation of these dynamic fields.
For example, if my data is returning 'Field 1', 'Field 2' and 'Field 3' then I need to create a field as 'Field 1, Field 2, Field 3', and if next time it return 'Field 4' as well then I sould be able to concatenate that as well.