1
General Board / Re: Word Export escape special characters like '&' for attribute description
« on: February 13, 2024, 07:55:51 pm »
Great thanks for your support

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
select a.Name, a.Notes, COALESCE(tvc.Property+"; ",'') as test, COALESCE(tvh.Property+"; ",'') as test2, COALESCE(tvs.Property,'') as test3
select a.Name, a.Notes,' ' + CHAR(10) + tvc.Property + CHAR(10) + '' + tvh.Property + CHAR(10) + ' '+ tvs.Property + CHAR(10) + ' '+ CHAR(10) +' ' as test
select a.Name, a.Notes,' ' + CHAR(10) + tvc.Property + CHAR(10) + '' as test, '' + CHAR(10) + tvh.Property + CHAR(10) + '' as test2