Using v2008, I would like to create a cascading parameter. The first tier is {address.state}. I need the second to be {address.zipcode}. The problem is that in the database from which I am reporting, we have addresses that have a standard 5 character zip and there are those that have the 5 + 4 zip code configuration. I need to eliminate the need to add potentially hundreds of zip codes when the root is the same just because the zip code field has the +4 on the end. In the parameter, is it possible to use a formula
left({address.zipcode}) as the dynamic field in the cascading parameter so that when the report is run, when the state is selected, the user will only see the base values for zip codes within that state? Please advise.
left({address.zipcode}) as the dynamic field in the cascading parameter so that when the report is run, when the state is selected, the user will only see the base values for zip codes within that state? Please advise.