How to present something like an html table
Posted: Mon Apr 25, 2016 12:59 pm
Hi,
I would know if someone have a solution to present a table from raw text data.
Sadly, those raw data are register in only one column in the database I must use, and I precise that I have not access to the conceptual data model.
My team has thought to include html tags in the purpose to present those tables in the report, but <table>, <tr> and <td> tags are not supported, as the property style=*.
Perhaps conditionnal formatting and textwrap options could help me but I don't know how.
I would know if someone have a solution to present a table from raw text data.
Sadly, those raw data are register in only one column in the database I must use, and I precise that I have not access to the conceptual data model.
My team has thought to include html tags in the purpose to present those tables in the report, but <table>, <tr> and <td> tags are not supported, as the property style=*.
Perhaps conditionnal formatting and textwrap options could help me but I don't know how.