Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hey,
I have attached a screenshot below in which I have created a mashup with 2 text fields namely "Name" and "Age". I want to record the data entered by the users and export the recorded data in form of CSV file when the user clicks on the data export widget. Can anyone please guide me through the procedure and bindings to be used for this?
Solved! Go to Solution.
It sounds like you need to run a service to add your new values to an infotable first like @PaiChung mentioned. Instead of using the "Data Export" widget directly, use another button to trigger a service that creates an infotable, and then, when that service executes successfully, bind that event to the Data Export widget (see screenshot) and just set the Data Export widget to 'not visible'
--Nick
The information that is bound to the Data Export widget has to be an infotable. It will then automatically produce a csv download for you.
It sounds like you need to run a service to add your new values to an infotable first like @PaiChung mentioned. Instead of using the "Data Export" widget directly, use another button to trigger a service that creates an infotable, and then, when that service executes successfully, bind that event to the Data Export widget (see screenshot) and just set the Data Export widget to 'not visible'
--Nick