Viewing 15 posts - 16 through 30 (of 274 total)
Thanks a lot guys...All of the responses were helpful .
October 2, 2013 at 9:18 pm
Okay .. Will try that and let you know ..
Can you guide me in what way can the date fit in .. Should we be moving data to diff...
August 7, 2013 at 12:54 am
If you just insert the below records into temp1 and run your query its not ranking as expected for the Cn0--15 .. I believe the other query which I made...
August 7, 2013 at 12:27 am
Thanks a lot in advance for the help..
The part I don't understand is just the count(T1.Cid) = 1 ( why 1 )...I did understand rest of the query and was...
August 7, 2013 at 12:13 am
I really did not understand the query why you have Count(T1.CID) = 1 then T.CID in the order by clause.. I have rewritten the code to below by changing the...
August 6, 2013 at 11:52 pm
Lets insert few more records into the #temp1 table in addition to the existing one..
INSERT INTO #temp1
SELECT 11,1,'2013-07-17 15:33:40.043'
UNION
SELECT 11,1,'2013-07-27 15:33:40.043'
UNION
SELECT 11,1,'2013-08-05 15:33:40.043'
UNION
SELECT 11,2,'2013-07-30 15:34:03.857'
UNION
SELECT 15,2,'2013-06-03 15:34:03.857'
UNION...
August 6, 2013 at 10:40 pm
Firstly Thanks a lot for the response ..
Like I mentioned I need to check the records created only in the last 30 days and find out the max count for...
August 6, 2013 at 5:19 pm
Thanks Guys for the response.. But just want to know if there is a workaround for this issue using crossapply ?
AS it is looping through all the records now ..
July 5, 2013 at 1:42 am
Sure , I wil have a look ..
once again thanks ..
February 7, 2013 at 10:17 pm
Thanks Dwain..Tat was simple.
I thought i was good at writing SQL queries but not anymore ..I guess i was much of thinking on how to acheive the result set using...
February 7, 2013 at 8:49 pm
Hi,
If you can explain it a bit more with expected data it would be really helpful to answer your question ..
January 17, 2013 at 9:50 pm
Yes it is linked .. So when i browse the cube i am able to get that .. but how do i get it using MDX query so that i...
December 18, 2012 at 3:21 am
Thanks Ray .. I used switch function..
December 17, 2012 at 10:44 pm
Can you explain me a bit more..
This is my req ,sorry if i havent explained correclty in first instance. need to create a dashboard where i have
X- axis...
December 6, 2012 at 2:56 pm
Viewing 15 posts - 16 through 30 (of 274 total)