I have and SQL Execute task that gets me a list of years and save them into a an object variable, let's say "Years". Then I have a ForEach Loop Counter that recieves thah variable, and inside that Counter I have a DataFlow task, what I want to do is use that "Years" variable in the Dataflow task as I need to use that list of years in my query.
Any suggestions on how to do that? Oh my query in my DataFlow task is an MDX query.
Thanks