shancherie
Programmer
This is my first time ever posting to a forum... bear with me!
I created a report in .NET with a chart. It's pretty snappy, I must say. The report is based on number of clients by city for multiple agencies (agency is a report parameter). The dataset this info comes from is also used for a table, so the filter cannot be added there. The filter is in place on the pie chart's series, for cities where the percentage of clients is 1.5% or greater - I don't want cities with less than 1.5% included (the pie chart disintigrates into black lines and the legend is unreadable).
Grouping and Sorting Properties -- Filter for the series:
=(Fields!Client_Count.Value/Sum(Fields!Client_Count.Value, "GridMax"))*100 >= =1.5
It works fine in .NET - every time. When I upload to Report Manager (SSRS), it runs once perfectly - filter in place. When you "view report" again (whether or not you change parameters), the filter is not utilized and the pie chart is unreadable. You can keep clicking "view report" and one time the filter will be in place, the fourth time it won't. I have not been able to determine a pattern for when it runs through the filter... it is not every other time. It is not always the first time that it works. I have found nothing in MANY searches online that reference this problem.
Any ideas?
I created a report in .NET with a chart. It's pretty snappy, I must say. The report is based on number of clients by city for multiple agencies (agency is a report parameter). The dataset this info comes from is also used for a table, so the filter cannot be added there. The filter is in place on the pie chart's series, for cities where the percentage of clients is 1.5% or greater - I don't want cities with less than 1.5% included (the pie chart disintigrates into black lines and the legend is unreadable).
Grouping and Sorting Properties -- Filter for the series:
=(Fields!Client_Count.Value/Sum(Fields!Client_Count.Value, "GridMax"))*100 >= =1.5
It works fine in .NET - every time. When I upload to Report Manager (SSRS), it runs once perfectly - filter in place. When you "view report" again (whether or not you change parameters), the filter is not utilized and the pie chart is unreadable. You can keep clicking "view report" and one time the filter will be in place, the fourth time it won't. I have not been able to determine a pattern for when it runs through the filter... it is not every other time. It is not always the first time that it works. I have found nothing in MANY searches online that reference this problem.
Any ideas?