Page 1 of 1

How to present something like an html table

Posted: Mon Apr 25, 2016 12:59 pm
by alepage
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.

Re: How to present something like an html table

Posted: Tue Apr 26, 2016 6:14 am
by HighAley
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.

Re: How to present something like an html table

Posted: Tue Apr 26, 2016 10:03 am
by alepage
Hi HighAley,

There is a data file we use for reporting :
report.xml
data
(29.18 KiB) Downloaded 234 times
The datum that interesting me is stored in this tree :

Code: Select all

<DONNEE>
<ARTICLE>
<OPTIONS>
</OPTIONS>
</ARTICLE>
</DONNEES>
There is the visual that I want :
The visual
The visual
report.png (35.06 KiB) Viewed 3502 times
Data contain here some html tags, but in fact the text is originally stored without them.

Thanks.

Re: How to present something like an html table

Posted: Tue Apr 26, 2016 2:56 pm
by HighAley
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.

Re: How to present something like an html table

Posted: Tue May 03, 2016 6:57 am
by alepage
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.

Re: How to present something like an html table

Posted: Tue May 03, 2016 2:11 pm
by HighAley
Hello.

Maybe this is a better solution.
Please, let us know if you need our help.

Thank you.