Hi Patric,
Have a calculation rule for the AddressString field that is something like:
result = $data.YourDataList.Get(0).Street + $data.YourDataList.Get(0).City+ $data.YourDataList.Get(0).Country
Will
Hi Patric,
Have a calculation rule for the AddressString field that is something like:
result = $data.YourDataList.Get(0).Street + $data.YourDataList.Get(0).City+ $data.YourDataList.Get(0).Country
Will