So what I would like to do is dynamically build a filter for an aggregate so I can take advantage of the grouping and calculated fields in an aggregate. So say I have a list of tool usages. The user, on the page, will enter a list of tools they want to include in the report. I want to take that list of tools the user builds (the tool ID) and use that for my filter in my aggregate. Is there a way to do this?
↧