I have noticed this problem before but I was fixing it non-professionaly as i think.
I am using views to build my Reports.
Sometimes few Reports will use same view so i do not apply filters to views, I am trying to apply filters in RecordSelection section.
What I have noticed sometimes those filters will be ignored by Crystal.
Like now i have
{t.CUSTOMER_ID}={?ID_NO} OR
{t.CUSTOMER_ID}={?Cus_NO}and
{t.SUB_ID} = 0 and
{t.DCODE}='CON' and
{t.SUBCODE}='MAINT'
so last 3 lines will be ignored...
When I have Report with ONLY those 3 lines it works fine.
Can you see why? I can't.
Thanks so much
*************************************
Crystal version 9.2
Database/connectivity used SQL Server
I am using views to build my Reports.
Sometimes few Reports will use same view so i do not apply filters to views, I am trying to apply filters in RecordSelection section.
What I have noticed sometimes those filters will be ignored by Crystal.
Like now i have
{t.CUSTOMER_ID}={?ID_NO} OR
{t.CUSTOMER_ID}={?Cus_NO}and
{t.SUB_ID} = 0 and
{t.DCODE}='CON' and
{t.SUBCODE}='MAINT'
so last 3 lines will be ignored...
When I have Report with ONLY those 3 lines it works fine.
Can you see why? I can't.
Thanks so much
*************************************
Crystal version 9.2
Database/connectivity used SQL Server