I have a report that I have created 2 report parameters for... they are Tier and Organization. They are both pulling from the database a selection list. My issue is this... you are required to make a selection from the dropdownlist and there is no default data that populates the report until you make your selections. You have to make selections from Tier and Organization for the report to populate. I would like it if I could select a Tier, then for Organization it would pull up all of them for that Tier. and visa...versa if I pulled up an Organization, then for Tier it would pull up all of them for that Organization.
My selections in the database for TIer are 1, 2, 3, 4, 5. I would like it if there were an extra selection ... something like "All" or "Default" to indicate Tier as a wildcard... so to speak ... that would pull up all the Tiers in the database. I don't want the User to be stuck with only making the selections from the database.
Any suggestions on how to use the report properties tool to make this happen would be fabulous.
Thanks!
wen
Here are my selections for Tier in the properties...
ReportParameters:
AllowBlank True
AllowNull False
DataSource sqlDataSource1[TelerikReporting.SqlDataSource]
DisplayMember = Fields.Tier
Filters (No Filters)
Sorting (No Sorting)
ValueMember = Fields.Tier
Mergable True
Name Tier
Text Tier
Type Integer
Value
Visible True
Page Properties...
Filters:
=Fields.Tier = = Paramaters.Tier.Value
And = Fields.Organization = = Parameters.Organization.Value
My selections in the database for TIer are 1, 2, 3, 4, 5. I would like it if there were an extra selection ... something like "All" or "Default" to indicate Tier as a wildcard... so to speak ... that would pull up all the Tiers in the database. I don't want the User to be stuck with only making the selections from the database.
Any suggestions on how to use the report properties tool to make this happen would be fabulous.
Thanks!
wen
Here are my selections for Tier in the properties...
ReportParameters:
AllowBlank True
AllowNull False
DataSource sqlDataSource1[TelerikReporting.SqlDataSource]
DisplayMember = Fields.Tier
Filters (No Filters)
Sorting (No Sorting)
ValueMember = Fields.Tier
Mergable True
Name Tier
Text Tier
Type Integer
Value
Visible True
Page Properties...
Filters:
=Fields.Tier = = Paramaters.Tier.Value
And = Fields.Organization = = Parameters.Organization.Value