Viewing 15 posts - 61 through 75 (of 142 total)
I spoke to soon. That link looks like it might work.
Thanks Jason.
March 24, 2017 at 10:38 am
Hi Chris,
Tableau doesn't support SQL Procs either :(.
I see this more and more with new technologies. They release a product that is incomplete and say...
March 24, 2017 at 10:35 am
Sorry man, I am doing 4 things a once here. Thank you for cleaning that up.
February 7, 2017 at 11:31 am
Here is the data.
CREATE TABLE #test
(UID varchar(50),
DateTimeStamp timestamp
);
INSERT INTO #test 'DJeter@yanks.com', '2017-02-06 13:08:49.417'
INSERT INTO #test 'DJeter@yanks.com', '2017-02-06 13:08:49.417'
February 7, 2017 at 11:18 am
Ok, so just in case anyone has the same issue, I came up with a query that shows the number of clicks per minute.
What my associate was asking...
February 7, 2017 at 7:23 am
I am not sure how I can replicate data that might not even exist. That is the challenge with this. I am trying to find users that meet this criteria,...
February 6, 2017 at 1:13 pm
I don't understand Phil. I posted the query that I have been working on. I am not sure what else I can say. I was able to get the query...
February 6, 2017 at 10:05 am
Sorry guys, didn't paste the query. The table simply has 2 columns... UID and timestamp (apologies for the crude diagram).
This is the general idea. I am hard...
February 6, 2017 at 8:53 am
Thank you very much!!!!!!!!!!!!!!!
I will try this.
February 3, 2017 at 10:17 am
Hi Thom,
Thanks for this. Yea, I am struggling with this a bit.
Basically, I need to find Users that are on for 24 hours, with no inactive...
February 3, 2017 at 9:34 am
SELECT COUNT(T.UID),January 31, 2017 at 1:31 pm
SELECT COUNT(T.UID),January 31, 2017 at 7:54 am
January 13, 2017 at 8:28 am
Thanks Lowell.
Is this supposed to be a shared drive? Can it work without? My companies security is locked down, unfortunately.
January 3, 2017 at 2:41 pm
I will check that out and thank you.
December 21, 2016 at 12:48 pm
Viewing 15 posts - 61 through 75 (of 142 total)