Hi:
Crystal Reports can render the content of a field into HTML, so in a database field I have stored a html code with the following structure: <table><tr><td>...</td><td >...</td></tr>...</table>.
When render the report, the field shows the text inside the tags td but don't "draw" the HTML table. Other tags ,like <p> or <br> are being drawn but <table> tag just no.
How could I to draw a HTML table into a report? It's possible?
Thanks.