Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi everyone, I am currently trying to export data to CSV in which I have collected in my LineChart from my mashup. I have seen the following article: Solved: Re: How to Export a Custom Excel file from Thingwo... - PTC Community.
In which shows how to import CSV files but I am trying to export that data out and if its possible can is there a way to export in 30 minute intervals?
I would be exporting data from a thing in thingworx from a thing group that updates that chart if that information is helpful.
I'm using ThingWorx 9.3.5
Solved! Go to Solution.
Hi @VC_10938534
You can bind any InfoTable output to the Data Export widget. If you want to download Line Chart data as CSV, you can bind Line Chart data to the Data Export Widget.
/VR
I read up on that Data Export Widget, but what is the best way to bind that?
@Velkumar
Hi @VC_10938534
You can bind any InfoTable output to the Data Export widget. If you want to download Line Chart data as CSV, you can bind Line Chart data to the Data Export Widget.
/VR
Thank you for your response, it is greatly appreciated. It definitely helped me to understand!
You can bind the "QueryPropertyHistory" if you are looking to plot time history.
Hi Kishore_K
With the QueryPropertyHIstory, am I able to export multiple types of data (ABCD....XZY variables) that I am pulling from a line chart, or will I only be able to Export and XY Variables
all the variables that are to 'logged' to the valuestream will be exported.
What if I'm not currently using Value Stream, and pulling from a thing itself, how would I bind that?