Viewing 2 posts - 1 through 2 (of 2 total)
I am able to run the SSIS package just fine by itself, and I am using my sql account. The issue happens when I add it to the SQL server...
April 22, 2014 at 6:53 am
#1707735
How do I do to each group so one group row doesn't affect the other group?
I used the following code: = iif (RunningValue( Fields!YourField.Value , CountDistinct, Nothing) mod 2, "White",...
April 14, 2014 at 1:08 pm
#1705910