Is there a way to use multiple filter keys within a report table?
I have one Query that pulls data for the week and I am currently filtering it by day, I would also like to filter by shift. Both are rows returned within the initial query.
Just trying to be efficient as I know we can just do multiple queries for each shift if needed.
Thanks
I implemented multiple filter myself in python. You may have to write your own SQL in the Name Query to achieve.
@wschauer, Are you looking for something like this?