Hi all,
I am having problem with promoting fields in repeating table, thereby exporting them to excel or atleast able to copy them onto spreadsheet.
I have tried using the Eval function eval(eval(group2, 'concat(my:field2, ";", concat(my:field3, ";", concat(my:field4, ";")))'), "..").
It works for me. I am able to append all those columns in one string separated by semi-colons. Now the question is how I will be able to
extract each fields separately from those. If I publish my browser-enabled form into a Form Library.
Data sources are like
myFields
group1 --non repeating
group2 -- repeating
field1 -- expression box ( which we are not looking to promote)
field2 -- Number
field3 -- Decimal ( Amount...)
field4 -- Text
I took anothe field TEST on the Form and I am getting results like 11111;23434;text;22222;4535345;textagain;33333;23423;textagain;
Any help is appreciated.
Thanks,
Ramii