HTML View
I am trying to send out a view in an email. However when I try to use html the headers print on all of the records. Any help would be wonderful. thanks
4 replies
-
How do you make your view? Is it a shared(html) table view (the link) you are sending?
I don't have a problem with the shared view. The table headers are ok. (private cloud v 3.10.11/google chrome) -
for i in 'Crew List' order by Number do
let comment := i.Number + " | " + i.'Crewing Template'.'Text 2' + " | " + i.Name +
" | " +
i.'Crewing Database'.'Email Address' +
" | " +
i.'Crewing Database'.'Phone Number' +
" | " +
i.text(SET) +
" | " +
i.Notes;
comment
endI was trying something above by using <th> <tr> and <td> but with my code ( I have already deleted) the <th> repeated for each record in the loop
Content aside
- Status Answered
- 8 mths agoLast active
- 4Replies
- 74Views
-
2
Following