Viewing 15 posts - 76 through 90 (of 125 total)
Do you have replication enabled on your target database ?
July 9, 2015 at 9:52 am
Sorry but your english is difficult to understand 🙂
Can you post a screenshot of your report layout ?
And the expression you use to display/hide the logo on your header ?
Please.
July 9, 2015 at 8:17 am
hi
Is your table inside a rectangle ?
Did you set the property KeepTogether to True ?
If so then try to put it False on all data region
This will permit the pagination...
July 9, 2015 at 7:22 am
Hi Angie
What is the expression you used for the rowvisibility ?
July 9, 2015 at 7:17 am
Is the format changed between the 2 executions ?
I mean a xls in order of an xlsx or vice versa... or maybe a csv?
July 9, 2015 at 6:59 am
Thank you for posting the code
I have another question.
Are you sure your query source does not have duplicate lines on the salesorderid ?
July 9, 2015 at 6:50 am
Hi
Sorry I don't get it clearly.
What do you want to do with your header?
Hidding it on the second page?
July 9, 2015 at 2:57 am
Hi Paul
Can you post the sql code source entry
and the structure of the destination table ?
Please.
July 9, 2015 at 2:49 am
hi
did you check if a sheet is hidden on your excel file ?
July 8, 2015 at 9:58 am
Hi
Maybe it is due to the cache ?
Did you try restarting the SSIS Services ?
July 8, 2015 at 9:43 am
Hi
Did you put the property IsSorted to True ?
July 8, 2015 at 8:10 am
The syntax is
Lookup(source_expression, destination_expression, result_expression, dataset)
In your case :
Lookup("ID" & Fields!Field2.Value,Fields!AcctNUmber.Value,Fields!AcctName.value, "AcctNames")
Where Field2 refers to the field in the main dataset
You have to put this expression on the main...
July 6, 2015 at 8:21 am
Hi
The Switch syntax is
Switch(Expression1, Value1, Expression2, Value2,...,Default Value)
I think you missed the value after each of your expressions.
July 6, 2015 at 5:13 am
Do you use 2008 or 2008R2 ?
If yes you can use the lookup function.
July 6, 2015 at 5:03 am
It will be lot easier to use a domain account
Then give the permission to the folder or shared folder
To do this you need to change the account whom is running...
June 4, 2015 at 1:17 am
Viewing 15 posts - 76 through 90 (of 125 total)