Hi,
there is a view that has a column with the history of the events that had taken place in the document. I want to export that value to excel sheet in a single cell.
My history field is as follows:
By-A on date:status * comment***
By-B on datetime: status
Each is in a new line. When i export this to excel, I am getting the enteries in different cell. But i want this to be exported in a single cell in excel sheet. i used the following command for that history column:
@Implode(@Explode(History; @NewLine); “,”)
In the client its fine, that is, the whole history value is being shown. But when i export it the history is truncated.
Please suggest.
Thanks a lot!
aditi