Skip to content

Commit

Permalink
Adding confirmed Treatment failure in linelistFactART
Browse files Browse the repository at this point in the history
  • Loading branch information
Marymary-dev committed Aug 28, 2024
1 parent e306975 commit ec54eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scripts/REPORTING/1_load_Linelist-FACTART.sql
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Select distinct
obs.StartIPT,
obs.EverOnIPT,
art.SwitchedToSecondLineLast12Months,
art.ConfirmedTreatmentFailure,
cast (AsOfDateKey as date) as EndofMonthDate,
cast(getdate() as date) as LoadDate
INTO [REPORTING].[dbo].[Linelist_FACTART]
Expand Down

0 comments on commit ec54eb2

Please sign in to comment.