Viewing 15 posts - 1 through 15 (of 22 total)
That is a way better approach! Thanks!
December 1, 2014 at 2:54 pm
Thanks a lot Luis!
I understand your code and it works perfectly!
September 1, 2014 at 1:32 pm
.... What can I say? I have read it 10 times now and it sounds like THE MASTER is severely correcting one of his students.
Thanks for your reply anyhow! I...
September 1, 2014 at 1:30 pm
I have added CREATE and INSERT queries!
Could you explain what you had in mind with the MOD function?
Thx!
August 31, 2014 at 2:05 pm
Hi Sean,
Thanks for your reply.
I have attached two screenshots with extra info in my reply with the SQL code.
Hopefully I managed to get my point clear enough.
regards,
Michiel
July 8, 2014 at 2:58 pm
Unfortunately I am not able to attach the 2 images properly in my reply ...
I used the image shortcut with an absolute URL to my local system using syntax "file:///C|/dir1/dir2/filename.png".
No...
July 5, 2014 at 4:20 am
Okay, I have prepared some code:
Create table:
/****** Object: Table [dbo].[_FinancialReportingTEST] Script Date: 5-7-2014 10:36:19 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[_FinancialReportingTEST](
[ID] [int] IDENTITY(1,1) NOT NULL,
[GeneralLedgerAccount] [nchar](9)...
July 5, 2014 at 4:16 am
Thanks Varsha, I did it exactly as you mentioned!
July 2, 2014 at 6:42 am
Hi,
Maybe I was a little bit vague, but my point was not about the parameters that you have to fill in before you hit the button View Report.
I wanted to...
July 2, 2014 at 6:40 am
Hello Koen,
Could you be more specific? I am not sure what you mean ...
Thanks!
June 6, 2014 at 7:12 am
I will try to explain and will only stick to the relevant tables and fields.
In my DSV fact-table I have got a transaction date, itemcode and a sales amount.
In my...
August 22, 2013 at 8:33 am
Thanks! That was the trick!
Answers are very simple, sometimes!
March 18, 2013 at 3:13 pm
Thanks for your reply!
I do something wrong but not sure what ...
I think the @SumColumns variable is not correct.
Hope you can help me out? Thanks
Here is my query:
DECLARE @Columns VARCHAR(MAX)
DECLARE...
November 22, 2012 at 4:06 am
Thanks a lot, but this adds a total row to the pivot.
What I would like to have is a total column at the end of the row that contains the...
November 19, 2012 at 3:08 am
Viewing 15 posts - 1 through 15 (of 22 total)