Viewing 15 posts - 16 through 30 (of 30 total)
It appears that you added the element I said to add to your WHERE clause to the query that pulls the options for your parameter. That is not where...
January 23, 2009 at 10:22 am
OK, first I need to clarify something.
Is your parameter supposed to be multi-value (that is you can select 1, some, or all of the available values)? If it is,...
January 23, 2009 at 8:59 am
I am assuming that the first dataset is used to populate the parameter for selecting the manager, and that this parameter is not set to be a multi-value.
That being the...
January 23, 2009 at 7:29 am
lk (1/22/2009)
I have a report that displays attendance data by US state, in the matrix of which I've included the following filter:Expression: =Fields!Country.Value
Operator: =
Value: ="United States"
My first suggestion would be...
January 22, 2009 at 3:08 pm
I would venture to suggest once again my strategy for using 2 separate text boxes that contain the same value, one with the action defined to jump to report (along...
January 22, 2009 at 2:56 pm
I've tried that, and while it is true that you would not send the user anywhere, you would still have the cursor change from an arow to hand (or whatever...
January 21, 2009 at 10:04 am
What I have done in the past in similar situations is to place a rectangle in the matrix instead of a textbox. Then, in the rectangle, place 2 textboxes...
January 21, 2009 at 5:53 am
In your table, try creating a group (outside of any current grouping you have) with no header or footer, and the page break after value set to true. For...
January 8, 2009 at 2:59 pm
No problem. Glad I could be of assistance.
January 8, 2009 at 7:20 am
shiv179 (1/8/2009)
chujohnson (1/8/2009)
January 8, 2009 at 6:29 am
You could try putting a rectangle in the cell of the table, then putting two subreports inside the rectangle overlying each other, and setting the visibility property on each of...
January 8, 2009 at 5:54 am
Would it work to, instead of doing the calculation for the report item in a text box, as I assume you are doing now, add a new field in the...
January 8, 2009 at 5:41 am
Shooting in the dark here, but would it work to simply delete the reports in question from the deployed location, set the security you want for the parent folder, and...
January 7, 2009 at 6:14 am
Don't know if you figured this out yet or not, but you could do something in your where clause similar to this
WHERE (@Parameter = 0 AND CASE_CLOSED IS NOT NULL)...
January 6, 2009 at 12:11 pm
Have you verified that the user credentials supplied in the subscription have the correct access to the location where you are trying to have the exported file written?
January 6, 2009 at 8:56 am
Viewing 15 posts - 16 through 30 (of 30 total)