What I'm trying to do is a table with a header row and multiple column, but each row should have a title formatted like the header row.
When I'm adding the <th>, my output give me an empty colunm before each column.
What can I do?
Here is a sample of the code used to build the table...
I'm trying to run this query using SQL server reporting service but the program always say program not responding.
Can someone help me to know why I have it?
Thanks.
Claude
here is the program:
[SELECT ISNULL(T1.SalesTrans,0) AS SalesTrans,ISNULL(T1.SalesConfirmed,0) AS...
Hi,
I'm trying to display all the results in differents columns but I'm having an error when running the query.
Here is the code:
DECLARE @report_date DATETIME
set @report_date = '2008-06-06'
SELECT DATEPART(hh, callplacedtime) AS hr,
(SELECT COUNT(i3_rowid) AS test1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.