Viewing 4 posts - 1 through 5 (of 5 total)
Luis Cazares (8/13/2014)
I didn't notice that you have it in your SELECT column list. Do you need it? If so, what should you show when...
August 15, 2014 at 7:36 am
Luis Cazares (8/13/2014)
You need to remove brvPRInsJob.InsCode from your GROUP BY clause.
if you are talking about Group by in crystal reports, I have not used brvPRInsJob.InsCode it to Group BY.
if...
August 13, 2014 at 12:54 pm
Luis Cazares (8/11/2014)
ALTER VIEW [dbo].[crvKCLPRInsJob]
AS
WITH CTE AS(
SELECT...
August 13, 2014 at 11:55 am
thank you guys for your quick response.
If I create the CTE, Do you guys know if the CTE will work in SAP Crystal reports?
August 12, 2014 at 6:50 am
Viewing 4 posts - 1 through 5 (of 5 total)