List of Contributions

Joseph OConnell

Contact Details

My Content

1 to 1 of 1 total
Posted By Joseph OConnell 08-20-2024 11:31
Found In Egroup: Automate
\ view thread
Trying to create an ROI Evolve Report aggerated by solution, month and user. Below is what I came up with but its not working. SELECT DateName(month, EOMonth(RPT_TransactionRoiView.ActivityDateTime)) + ' ' + CAST(Year(EOMonth(RPT_TransactionRoiView.ActivityDateTime)) AS nvarchar) AS 'Month', ...