Hi I am currently trying to restrict the specific descriptions that are being retrieved via a SQL Stored Procedure, I have 4 descriptions that I don't need to show in the report but I still need the data that is associated with the descriptions in a a different field, I am trying to use the "Select Expert" to restrict the descriptions that are pulled in the report, this is the formula that I am using to try and restrict the descriptions:
{GetQuestion9MultiData.Description} <> "Achieve Superior Performance - Priority Ranking"
or({GetQuestion9MultiData.Description} <> "Drive Client and Business Growth - Priority Ranking")
or({GetQuestion9MultiData.Description} <> "Improve our Strategic Positioning - Priority Ranking")
or({GetQuestion9MultiData.Description} <> "Inspire our Owners and Our People - Priority Ranking")
When I go back to the report preview the descriptions above are still showing in the report.
I am fairly new to Crystal and any help will be appreciated.
Thanks,
NelsonB
Edited by NelsonB - 29 Jul 2011 at 8:47am