Forum Discussion
SherryBlackbur1
Qrew Trainee
Hi Chayce,
Thank you for this response. I just have one question is the "row" field a Formula - Rich Text? If so, it is throwing an error "expecting text" on the <tr>.
------------------------------
Sherry Blackburn
Sr. Applications Systems Analyst (Quickbase at PeaceHealth)
PeaceHealth
------------------------------
ChayceDuncan
2 years agoQrew Captain
Formula Text so it can be summarized by QB in the relationship - but in either case it sounds like you might have a syntax error. I apologize for my original post, but you'll need to make sure that you're still following the QB rules for string syntax. I've re-posted it below as an example.
"<tr>" &
"<td>" & [Field 1] & "</td>" &
"<td>" & [Field 2] & "</td>" &
"<td>" & [Field 3] & "</td>" &
"</tr>"
------------------------------
Chayce Duncan
------------------------------