I am working on a requirement that I need to capture count of employees hiring process workflow. Each workflow step Is based on a date and the requirement is to capture only employees that are in each workflow step within a certain date period. At this time my query below Its capturing events that occurred outside of the date range and I wanted to know if I can use partition clause so that any event that is outside of the date I am looking at is not captured. Here is what I have in my analysis.
FILTER("Fact -" USING "Worklow Status Name" = 'Offer' AND "TTY" NOT IN (1) AND "Workflow Name" IN ('Offer to be Made','Extended'))