I have this::
;with Monster as (select a.caseno,a.applid, a.applname, s.clientname,a.clientid, a.serial,
(a.status +'/'+ a.statusreason) as Status,
b.Appt_DateTime as Rescheduled, b.providerid as currentprovider,c.fudate
from vwapp0 a with(nolock)
inner join vwaccount s
on s.clientid=a.clientid...