Viewing 5 posts - 1 through 5 (of 5 total)
Dear all thank you so much for all your help and patience with me.
I have it working !!!
thank you so much.
October 10, 2016 at 3:16 pm
HI There
I have being through this and shortened the sql but still get the same error.
SELECT PPD.PupilID, PPD.Forename, PPD.Surname, CAST(REPLACE(CM.ColumnTitle, 'Week ', '') AS INT) AS 'WeekNo', CAST(MSDN.Data AS INT)...
October 9, 2016 at 11:42 am
HI
I did follow what you taught me using this code
SELECT PPD.PupilID, PPD.Forename, PPD.Surname, FL.[Description] AS 'Form', HL.[Description] AS 'House', CAST(REPLACE(CM.ColumnTitle, 'Week ', '') AS INT) AS 'WeekNo', SUM(CAST(MSDN.Data AS...
October 9, 2016 at 5:24 am
i have one more question....
i have this select
SELECT PPD.PupilID, PPD.Forename, PPD.Surname, FL.[Description] AS 'Form', HL.[Description] AS 'House', CAST(REPLACE(CM.ColumnTitle, 'Week ', '') AS INT) AS 'WeekNo',CAST(MSDN.Data AS INT) AS 'Data' FROM...
October 8, 2016 at 3:37 pm
Thank you so much for the help. really appreciate it.
Excellent.
October 8, 2016 at 12:12 pm
Viewing 5 posts - 1 through 5 (of 5 total)