Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.