How to present something like an html table
How to present something like an html table
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.
Re: How to present something like an html table
Hello.
Could you send us a sample of data that you have and what do you need to get?
It will help to understand your task more clearly and suggest you a better solution.
Thank you.
Could you send us a sample of data that you have and what do you need to get?
It will help to understand your task more clearly and suggest you a better solution.
Thank you.
Re: How to present something like an html table
Hi HighAley,
There is a data file we use for reporting : The datum that interesting me is stored in this tree :
There is the visual that I want :
Data contain here some html tags, but in fact the text is originally stored without them.
Thanks.
There is a data file we use for reporting : The datum that interesting me is stored in this tree :
Code: Select all
<DONNEE>
<ARTICLE>
<OPTIONS>
</OPTIONS>
</ARTICLE>
</DONNEES>
Thanks.
Re: How to present something like an html table
Hello.
The only way that we can suggest is to convert your table from HTML to Rich Text and show it as Rich Text.
Thank you.
The only way that we can suggest is to convert your table from HTML to Rich Text and show it as Rich Text.
Thank you.
Re: How to present something like an html table
Hi HighAley,
Thank you for your answer. The problem is I can't store rich text in a database.
I think my team and I will think about another way to show the informations on the report.
Thanks again.
Thank you for your answer. The problem is I can't store rich text in a database.
I think my team and I will think about another way to show the informations on the report.
Thanks again.
Re: How to present something like an html table
Hello.
Maybe this is a better solution.
Please, let us know if you need our help.
Thank you.
Maybe this is a better solution.
Please, let us know if you need our help.
Thank you.