One way to filter by uniqueidentifier is to use views in the report model
data source view with cast statements. I don't want to do this, because
then I need to recreate all of my relationships in the datasource view.
Thanks,
Steve MunLeeuw
Steve MunLeeuw - 15 Jul 2008 20:29 GMT
I kept my table with all of it's relationships, then just added a query view
where I did a cast and aliased the field. I then joined this to my base
table and rebuilt the model. I now have some other errors to work through,
but I was happy with this approach.
Thanks,
Steve MunLeeuw