#1287 - using tables
Hi, I need to help making a serial merge in tables. I can get a single column to work like this: [a;block=w:tr;serial][a_1;block=w:tc][a_1.contacts_smm_status_module_1_name]
Screenshot: https://www.evernote.com/shard/s2/sh/17007a69-a649-4982-9c15-7e9364d3de2e/bc95331f95dad8489efb15f125024a32
But if I add a column and try this: [a;block=w:tr;serial][a_1;block=w:tc][a_1.contacts_smm_status_module_1_name] [a_1;block][a_1.contacts_smm_status_module_1_phone_mobile]
Screenshot: https://www.evernote.com/shard/s2/sh/7dd93b3c-fe4b-419d-be62-643bf483009e/011f93799f3377b73c9cc614f8bdd2a0
Then only the first columns fills....please help!
9 years ago
Hi,
Try this:
Name Column: [a;block=w:tr][a.contacts_smm_status_module_1_name]
Phone Column:
[a.contacts_smm_status_module_1_phone_mobile]
Regards,
Anabel
9 years ago
Hi again,
Sorry, there was a mistake into my previous comment:
Name Column: [a;block=w:tr][a.contacts_smm_status_module_1@@name]
Phone Column:
[a.contacts_smm_status_module_1@@phone_mobile]
Regards,
Anabel
9 years ago
Thank you, Anabel. This worked!