I would like to run a workflow and see the results from the tools (summarize, join etc).
When re open the workflow i want to be able to see the results without running again the workflow due to the high volume of data.
Thank you.
Hi @mariosmathioudakis ,
You kind off lost me in your last response. Can you make it more clear.
Since run and cache doesnt save your data.
The idea would be to save the data which you are expecting to see after caching, into a file. And use an input tool to reload the data for the further workflow.
This is what i would do. I am really not aware of another solution.
Cache and run is designed primarily to support the phase of designing the workflow
Cache and run is designed to save the cache data only when you are working on your workflow. Hence the cache data is deleted once you close the workflow.
Please refer the below documentation blog on cache and run
https://community.alteryx.com/t5/Engine-Works-Blog/Just-take-the-Cache-and-Run-Caching-in-2018-3/ba-p/306651
Snapshot from the blog.
In your scenario, It is suggestable to write the data to a file after extraction so that it available each time you want to access it.
Hope that was helpful.
Cheers and Happy Analyzing 🙂
Hi Quasar,
Thank you very much for your reply!
Do you mean to use an output tool? Can you attach me an example.. I have a big workflow with many summarize and join tools and i want every time i open the workflow, to see their outputs in the "Results" windows.
Thanks for your time!