Hello all,
I want to remove the following view from my Microsoft SQL 2000 server and use a SQL expression inside of crystal reports to return the data that I need. How would I write this expression in crystal?
select supportpoc as poc, [incident #], [date], sequence
from magictsd._smba_.[incident details]
where (support poc is not null)
any help is greatly appreciated
regards,
James
I want to remove the following view from my Microsoft SQL 2000 server and use a SQL expression inside of crystal reports to return the data that I need. How would I write this expression in crystal?
select supportpoc as poc, [incident #], [date], sequence
from magictsd._smba_.[incident details]
where (support poc is not null)
any help is greatly appreciated
regards,
James