Resolved! How do I create a report from query builder that remains current and not static?
When using query builder, I have the query I want but the results are tied to when the query is run. So if I create a report from that, it looks at that specific data that has that query record, not how it may actually be today. Is there a way to ge...