0

I have a data flow task in my foreach loop container. Every round, I reassign 3 varaiables: User::Date, User::Location, and User::Organization. I have another variable User:Query that has an expression using these variables in where clause. I use this User:Query in the OLE DB Source of the data flow task, but in each foreach round, it uses the same default values for these variables. Why?

OLE DB Provider: OLE DB Provider for Analysis Services 10.0 And on break point, I can see the query variable is actually showing correct, but the source doesn't use the updated variable.

1 Answer 1

1

Finally figured out: I didn't change EvaluateAsExpression property to True for my User::Query variable.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.