Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi Developers,
I have a requirement to take 3 different data sources (1 label and 2 grids) and export an excel from it.
I am not able to get csv with edited column along with its other original entire grid columns.
Please provide service to achieve this, if someone has any.
Solved! Go to Solution.
Yes, it's possible.
1. Create a datashape with all required fields
2. Read all the data from infotable
3. Insert into new info table with new data shape.
write a custom server.
Hi @Sathishkumar_C ,
I referred to solution available on https://www.ptc.com/en/support/article/CS237109.
I took the code and used AddRow snippet, but I want to merge data of both infotable in one row.
Is it possible?
Yes, it's possible.
1. Create a datashape with all required fields
2. Read all the data from infotable
3. Insert into new info table with new data shape.