I am trying to to see if the database expert in Crystal has a way where I can put my where conditionals in it instead of the select expert.
The issue I am facing is that since I have 8 reports in the report where 5 of them are the same table but with different aliases, it is causing an implicit Inner join.
I have tried altering the select expert to say the following, but no luck.
ie:
(Isnull({BU.UserFieldProfile_ID}) OR {BU.UserFieldProfile_ID} = 10052)
And
(Isnull({lrec.UserFieldProfile_ID}) OR {lrec.UserFieldProfile_ID} = 10023)
The issue I am facing is that since I have 8 reports in the report where 5 of them are the same table but with different aliases, it is causing an implicit Inner join.
I have tried altering the select expert to say the following, but no luck.
ie:
(Isnull({BU.UserFieldProfile_ID}) OR {BU.UserFieldProfile_ID} = 10052)
And
(Isnull({lrec.UserFieldProfile_ID}) OR {lrec.UserFieldProfile_ID} = 10023)