Viewing 14 posts - 16 through 29 (of 29 total)
Thanks for the replies i did figure it out and used my time dimension, below is the code for those wondering:
select distinct t.visit_date,t.car_id,t.car_color,d.hour_of_day_24
from TABLE t
inner join DIMENSION d
on d.string_representation_24 between...
December 31, 2013 at 12:47 pm
thank you i will post more details in my future posts 🙂
October 8, 2013 at 6:19 pm
it seems i have posted to soon, the solution for this problem is
update table cars set color = color from carinfo where cars.id = carinfo.id and rank = (select min(rank)...
October 8, 2013 at 3:58 pm
update so issue is resolved sorry about the complex question wasn't sure how to word it however answer is below for those looking..
SELECT
...
October 3, 2013 at 12:30 pm
Hey all thank you for all the replies, i used the following code to automate this query going forward, in the mean time for historical data i needed to though...
August 20, 2013 at 10:13 am
seems i have found what i'm looking for. For those who have the same question create a textbox and in the properties you can select go to report and there...
January 13, 2013 at 7:47 am
Sorry after a bit more thinking, i have the query below doing most of the what i'm looking for except the flashing portion.
This highlights a field red if a...
January 7, 2013 at 7:12 am
At this time i only use SAS for the percentile not for any other function so your solution is one step further than mine. When i review this hopefully within...
January 3, 2013 at 4:21 pm
Hi Lynn & Dwayne,
I spent a few days trying to find an answer and found the closest value to be the first query i posted, however that query doesn't work...
January 3, 2013 at 11:11 am
wow that seems too easy thank you, i'll look at building a dashboard of some sort. Another question i will have is when i deploy this final solution as a...
January 1, 2013 at 8:52 am
Thank you for the information. I would like to delete this topic as i have found my answer. After reading a bit it seems that we can't delete our own...
December 31, 2012 at 2:13 pm
so it seems like i spoke too soon, this formula only provides you with the row in the 90th percentile not the value.
What i'm looking for is a 90th percentile...
December 28, 2012 at 1:36 pm
Thank you both Eugene Elutin and s_osborne2! works great!
November 29, 2012 at 8:10 am
Viewing 14 posts - 16 through 29 (of 29 total)