Viewing 15 posts - 16 through 30 (of 34 total)
CREATE TABLE #stats (October 11, 2017 at 5:25 pm
Thank you so much for your reply,
I only need high id's and dates if there anything available previous to urgent. in this case I need only 111, high and...
October 11, 2017 at 7:36 am
ScottPletcher - Monday, April 3, 2017 4:22 PMGet the difference in MINUTEs and then compute all the needed values from that value.
Thank...
April 4, 2017 at 2:26 pm
Thank you I need to check with ltrim(rtrim(avg(datesdiff))) to get in one row. I will keep you posted .
April 26, 2016 at 4:01 pm
Ya Decimal or integer is ok but what i want in the output is only one row with 1 in it , i.e AVG of all 3 rows. (0+2+3)/3 but...
April 26, 2016 at 3:35 pm
Thank you Alan,these are working for me. Outer Apply is better for me as well. Thank you so much for your help!
April 5, 2016 at 8:44 am
Hi ,
I am unable to run the query , which might be the permissions issue.
but is there a way i can set audit process that can be built to...
January 20, 2016 at 12:46 pm
It worked for me. Thank you
January 12, 2016 at 11:30 am
Sorry below is the correct column expression which we discussed earlier and not working. I copied different column in the above expression.
=Switch(Parameters!audits.Value,"No Audits selected",Array.IndexOf(Parameters!audits.Value, "Member_Not_available_at_Time_of_Service") > -1,iif(Array.IndexOf(Parameters!audits.Value, "Member_Not_available_at_Time_of_Service") >...
January 12, 2016 at 9:28 am
Hi Thank very much for your reply .
i changed my expression to =iif(Array.IndexOf(Parameters!audits.Value, "Member_Not_available_at_Time_of_Service]") > -1,false,true) then it is working as expected. i.e when i select Member_Without_Waiver_Code_as_Time_of_Service from dropdown...
January 12, 2016 at 9:24 am
here is the error i am coming. Sorry, i forgot to add error at above. Thanks!
when i tried above IIF statement i am getting the below error.
The Hidden expression...
January 11, 2016 at 1:47 pm
Sure, Not a problem... I will convert to SQL 2008. Anyway thank you for your help.
August 14, 2015 at 3:33 pm
Hi Drew,
Thanks for your reply but i am getting the below error.
"The Parallel Data Warehouse (PDW) features are not enabled."
Thanks,
kalyan.
August 14, 2015 at 12:28 pm
Thanks Jason, it works for me.
August 14, 2015 at 12:27 pm
Viewing 15 posts - 16 through 30 (of 34 total)