How to save data from user and retrieve it in future from app created using app designer?
5 ビュー (過去 30 日間)
古いコメントを表示
I am trying to create an app, where the financial health of an organization is monitored.
Now, the user will enter the estimation for a financial Year. By the end of the first month the user will enter the actual data and the Project performance is displayed as output.
Similary, when the user does for second month, Is it possible to retrieve the previous estimation data (a way to save the data)? (thereby preventing re-entering initial estimation data again.)
0 件のコメント
採用された回答
Ifeoluwa Ajiboye
2022 年 3 月 13 日
When the user enter initial estimation for the finacial year, you can create a text file and save it there. And subsequent times you can load that saved text file with data into app. You can have a button labelled "import initial estimation data".
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!