sql server reporting services:
In the table properties you need to go to the Filter tab. You will then be
able to select the dataset field you want from the drop-down list and then
set what value(s) you want to include in the table.
HTH, Magendo_man
[quoted text, click to view] "Tarun Mistry" wrote:
> Hi all,
>
> I want to create a summary page for one of my report, depending on a
> parameter, I would like to filter the dataset before creating the summary
> fields.
>
> I cannot figure out how to perform this filtering, my approach has been to
> insert a Table control and map it to my dataset, then try and do some
> filtering via the properties. When i then put something like
>
> =sum(Fields!Sales.Value)
>
> into the header (such that it is shown only once, not repeated), I get the
> sum for the full dataset, not the filtered one.
>
> Please help, is there any easier way todo this?
>
> Lastly, I can't filter at the SQL level as the dataset is being used to
> populate a chart below the summary.
>
> Advice welcome.
>
> Please help
> Taz
>
>
Hi all,
I want to create a summary page for one of my report, depending on a
parameter, I would like to filter the dataset before creating the summary
fields.
I cannot figure out how to perform this filtering, my approach has been to
insert a Table control and map it to my dataset, then try and do some
filtering via the properties. When i then put something like
=sum(Fields!Sales.Value)
into the header (such that it is shown only once, not repeated), I get the
sum for the full dataset, not the filtered one.
Please help, is there any easier way todo this?
Lastly, I can't filter at the SQL level as the dataset is being used to
populate a chart below the summary.
Advice welcome.
Please help
Taz
Thanks for ther reply.
I found that actually filtering directly on the dataset was my best option
(within the Data tab). My charts are working correctly on the condensed
data.
Taz
[quoted text, click to view] "magendo_man" <magendoman@discussions.microsoft.com> wrote in message
news:C9DCDE28-059B-472C-BC4B-EDEC09C4E1B7@microsoft.com...
> In the table properties you need to go to the Filter tab. You will then be
> able to select the dataset field you want from the drop-down list and then
> set what value(s) you want to include in the table.
>
> HTH, Magendo_man
>
> "Tarun Mistry" wrote:
>
>> Hi all,
>>
>> I want to create a summary page for one of my report, depending on a
>> parameter, I would like to filter the dataset before creating the summary
>> fields.
>>
>> I cannot figure out how to perform this filtering, my approach has been
>> to
>> insert a Table control and map it to my dataset, then try and do some
>> filtering via the properties. When i then put something like
>>
>> =sum(Fields!Sales.Value)
>>
>> into the header (such that it is shown only once, not repeated), I get
>> the
>> sum for the full dataset, not the filtered one.
>>
>> Please help, is there any easier way todo this?
>>
>> Lastly, I can't filter at the SQL level as the dataset is being used to
>> populate a chart below the summary.
>>
>> Advice welcome.
>>
>> Please help
>> Taz
>>
>>
>>