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'm currently working on a use case where the OEE has to be displayed as shown below.
By default in Production Advisor app OEE and its related kpi's can be viewed over a week.
Is there any quick way to extrapolate the same feature to months? Also please suggest an high level design for this use case.
I've planned to use DataTable to store kpi's against dates and project it in the chart.
Thanks and Regards,
Saran
Solved! Go to Solution.
Hey @SaranKarthick
the MFG apps are storing data just for 7 days by default, to make sure the database is not over flowing.
Here in the customization guide on page 69 you find instruction how to change to time data will be kept.
https://www.ptc.com/support/-/media/B4ECC4B78EBB4DAEAEF1C4D0308587BA.pdf?sc_lang=en
To extrapolate or interpolate the data you have to write your own service in Composer. Under the InfoTableFunctions you will find some services that supports this.
Seb
Hey @SaranKarthick
the MFG apps are storing data just for 7 days by default, to make sure the database is not over flowing.
Here in the customization guide on page 69 you find instruction how to change to time data will be kept.
https://www.ptc.com/support/-/media/B4ECC4B78EBB4DAEAEF1C4D0308587BA.pdf?sc_lang=en
To extrapolate or interpolate the data you have to write your own service in Composer. Under the InfoTableFunctions you will find some services that supports this.
Seb