Michenaud Laurent wrote:
> Hi,
>
> I have a dataset with only one column (a label).
>
> I want to print the result like this :
> label1, label2, label3, label4
>
> possible ? can you help ?
Interesting solution but i don't want to print the values in a table.
I really want a String with comma separated values.
More one thing, i would like to limit the number of elements and if the
size is greater, add "..." at the end of the string.
This can be done by doing the following:
1 - add the table to the report.
2 - set its visibility property to hide it for all formats.
3 - add oncreate script to table to initialize javascript array and var.
Michenaud Laurent wrote:
> Interesting solution but i don't want to print the values in a table.
>
> I really want a String with comma separated values.
> More one thing, i would like to limit the number of elements and if the
> size is greater, add "..." at the end of the string.
>
> Best regards