MelissaFreel
3 years agoQrew Member
HTML Table in Rich Text Field
All:
I know this is simple but its my first time to get this to work. Please advise
I have a query formula field where I call some data. I want that data to display in a neat table on the record. Here is a screen shot of my record with the two rich text fields. The first being the formula query, the second, my sloppy attempt at an html table to put the data. Any help is appreciated.
------------------------------
Melissa Freel
------------------------------
I know this is simple but its my first time to get this to work. Please advise
I have a query formula field where I call some data. I want that data to display in a neat table on the record. Here is a screen shot of my record with the two rich text fields. The first being the formula query, the second, my sloppy attempt at an html table to put the data. Any help is appreciated.
Here is the code behind that Rental Calculation Table Field:
"<table>"
&"<tr><th>recordid</th><th>Client Portion</th><th>NLSM Portion</th><th>Propert Rent</th><th>NLSM Utility</th><th>Last Modified By</th><th> Date Modified</th></tr>"
&[Client Rental Calculation Query Field]
& "</table>"
"<table>"
&"<tr><th>recordid</th><th>Client Portion</th><th>NLSM Portion</th><th>Propert Rent</th><th>NLSM Utility</th><th>Last Modified By</th><th> Date Modified</th></tr>"
&[Client Rental Calculation Query Field]
& "</table>"
------------------------------
Melissa Freel
------------------------------