Let me start off by giving some background. I work with a hospital system with multiple hospitals and we would like to create a report that allows us to first select the hospital and then select the corresponding cost centers within that hospital. The details would be the classes attended by the employees in the selected cost centers.
If I had a nice clean database this would be simple and I would be done already. The problem is our database is very old and very disorganized. For example, instead of having 15 different hospitals, we have like 70 because of misspellings and other problems. So when I use the dynamic parameter I get all 70 when I only want the 15 correct hospitals.
My question is, how can I create a dynamic parameter from a text file with the correct information, and not the database with all the incorrect information. Any guidance would be greatly appreciated. Thanks everyone!
If I had a nice clean database this would be simple and I would be done already. The problem is our database is very old and very disorganized. For example, instead of having 15 different hospitals, we have like 70 because of misspellings and other problems. So when I use the dynamic parameter I get all 70 when I only want the 15 correct hospitals.
My question is, how can I create a dynamic parameter from a text file with the correct information, and not the database with all the incorrect information. Any guidance would be greatly appreciated. Thanks everyone!