Viewing 15 posts - 61 through 75 (of 125 total)
OK and you tried forcing it in 32bits?
I think there a is a check box option in the scheduler.
Also when you are in the scheduler leave all the parameter...
July 13, 2015 at 12:52 pm
Try this
Leave the connectionstring inside the package without q configuration
Just export the login the password
I think there is a bug with exporting the connection string
July 13, 2015 at 12:20 pm
In fact I always use the command line dtexec instead of scheduling in sql server
First do u use a 32bits computer to make your development and a 64bits in...
July 13, 2015 at 11:26 am
Yes the service account is used by default
If you don't want to use the service account then you have to create a proxy connection
July 11, 2015 at 10:16 am
Hi
First you have enter development of the package again
Then choose DontSaveSensitive
Configure a new configuration file for the package and edit it to save login and password
Edit again the configuration file...
July 11, 2015 at 10:14 am
Hi
I think it is better installing report builder because it is free 😉
July 11, 2015 at 10:04 am
send me your rdl if you can
I will try to do it using report builder
What version do u use ?
July 11, 2015 at 9:23 am
OK thanks for posting
Try deleting the last column the signature one
Recreate it following these steps
Select the cell "status"
Then right click on it
Add a column inside group
July 10, 2015 at 3:00 pm
OK I understand better
I need to see the layout of your report to see how you made it
Did you try to select the last cells right click on it...
July 10, 2015 at 12:36 pm
I thought it was a rdl
Sorry but what is a rdlc?
You designed it with report builder or bids?
If yes I think the problem is on the layout of...
July 10, 2015 at 11:59 am
Hi
Is it only for printing or display ?
I think it is just a merge.spli issue.
Did you try right click on the last cellule the one you want to split or...
July 10, 2015 at 9:11 am
Great! I am happy this helped you 🙂
July 10, 2015 at 9:08 am
Maybe a
Iif(Max(Fields!MonthEnd.Value)=Fields!MonthEnd.Value,Fields!OutStanding.value,Nothing)
?
July 10, 2015 at 8:28 am
Ok.
In that case maybe you have to try the First() or Last() aggregate function
July 10, 2015 at 5:42 am
Hi
I think on the ch1 header you have to put the expression
Max(Fields!Outstanding.Value)
It will get the max of the group.
July 10, 2015 at 5:11 am
Viewing 15 posts - 61 through 75 (of 125 total)