Viewing 12 posts - 1 through 12 (of 12 total)
Amit Raut (10/1/2013)
October 1, 2013 at 10:40 am
Koen Verbeeck (9/25/2013)
Eliza (9/25/2013)
Koen Verbeeck (9/25/2013)
Maybe you can put the name and the subreport in a table?
Hi,
The name and subreport are in a tablix deatil row if this is what...
September 29, 2013 at 4:37 am
Koen Verbeeck (9/25/2013)
Maybe you can put the name and the subreport in a table?
Hi,
The name and subreport are in a tablix deatil row if this is what you mean?
Thanks
Eliza
September 25, 2013 at 8:10 am
busraker (9/17/2013)
Eliza (9/16/2013)
All the information for parameters comes from three tables. All joined with inner joins.
At the moment I feel I have functions embedded with functions and its not...
September 24, 2013 at 1:57 pm
Hi All,
Thanks for the replies.
The issue has now been resolved. We found closing the session and creating a new one and running the SQL made it work
The Line
AND YD.[Level]...
September 7, 2013 at 4:49 pm
frfernan (10/1/2012)
you can do it in an iterative way:
Find the first colon, keep the left half into Col1 and move the right half into Col2.
Find the first colon in Col2,...
October 7, 2012 at 12:14 pm
Hi All,
Thanks for some of the solutions, I've tried a few.
SELECT SUBSTRING(@var,28+CHARINDEX ('CustomerFornm: Changed from ',@var),CHARINDEX('CustomerDOB',@var)- CHARINDEX ('CustomerFornm: Changed from ',@var)-28) AS 'Is this really what you
want?'
Doesn't work as...
October 7, 2012 at 12:09 pm
Jeff Moden (9/30/2012)
Eliza (9/30/2012)
Thanks for your reply. I have have played around with the SQL but still struggling. I can get it to pivot from being rows...
September 30, 2012 at 1:35 pm
Hi Jeff,
Thanks for your reply. I have have played around with the SQL but still struggling. I can get it to pivot from being rows to columns and...
September 30, 2012 at 8:46 am
Jeff Moden (9/17/2012)
Eliza (9/17/2012)
Can I ask please if I have a row and one column has a csv list in it. Is there a way please to split...
September 18, 2012 at 2:04 pm
LutzM (2/25/2012)
Did you try using SUM() OVER()?SUM(Num) OVER (PARTITION BY Age) AS Ga
SUM(Num) OVER (PARTITION BY Age, D1) AS GaD1
SUM(Num) OVER (PARTITION BY Age, D1, D2) AS GaD1D2
This works brilliant,...
February 26, 2012 at 1:59 am
The key description are very long and fill the length of the page. I did try placing the key in the header record as a tablix, which had some...
November 8, 2011 at 11:58 am
Viewing 12 posts - 1 through 12 (of 12 total)