Hello,
I am new in Alteryx, and I didn't found any tip in how to solve this problem. It seems simple, but I am having a hard time finding an answer.
I have a database that is updated daily, and this data contains a bunch of products with "open" and "closed" status. I don't keep track of what date the status change from "open" to "close". So everyday I need to have a static picture of the data base to count the "open" status.
My idea was to have Alteryx use the summarize tool, extract the count in an output file with the date and the volume of "open" status, creating a time series which I'll need to use.
Basically a sketch of my idea and the result format is something like this:
Please, can someone help?
Thanks