I know I have done this before but can't remember how.
I have multiple records coming back. The values are simple: Client, yesterday's value, today's value. Problem is they are coming on seperate detail lines so it looks like this
John Doe YESTERDAY VALUE
John Doe TODAY VALUE
I want it to look like
John Doe YESTERDAY VALUE TODAY VALUE
So I can then compare the values. How can I get values on the same detail line when returning as seperate records in SQL?
I have multiple records coming back. The values are simple: Client, yesterday's value, today's value. Problem is they are coming on seperate detail lines so it looks like this
John Doe YESTERDAY VALUE
John Doe TODAY VALUE
I want it to look like
John Doe YESTERDAY VALUE TODAY VALUE
So I can then compare the values. How can I get values on the same detail line when returning as seperate records in SQL?