Viewing 15 posts - 1 through 15 (of 23 total)
Good Morning Jeff,
Yes, The first thing I did was print @sql & @ColumnName variable. Both looks ok to the eye, with the exception of the NULL's.
Here are the...
October 19, 2020 at 2:24 pm
Hi Andrew,
Thank you for getting back to me. I'm so relieved to hear I do not have to rebuild the folder. I deleted the .data file for that report and...
October 8, 2019 at 2:19 pm
Thank you Sean!!
I will review the article you sent. I did get the while loop to work, but as you said it was not very efficient when pulling longer date...
October 7, 2019 at 8:16 pm
Thank you Phil for the constructive criticism... I think I will go lie down now.
October 4, 2019 at 3:14 pm
Thank you everyone for your feedback!!
My apologies but I'm still a little confused. I actually have two while loops happening here.... mostly because the first while loop output each data...
October 4, 2019 at 2:51 pm
My apologies Phil. I only saw the signature message on my phone.
May 20, 2019 at 9:59 pm
Hi Phil,
I can assure you I did a google search before reaching out to the forum. If you can't assist with the inquiry, then please don't insult users by implying...
May 20, 2019 at 3:19 pm
Thank you for getting back to me so quickly. I believe that should work wonderfully!!! I've run the test and all looks good, just walking through the code now to...
January 24, 2019 at 11:28 am
Hi Sue,
Thank you for getting back to me. Sorry for omitting some critical details. Good news is I think the issue is resolved.
Apparently an update had applied...
July 18, 2018 at 7:08 am
I hate to be a pest, but has anyone else experienced this behavior? It is driving me crazy and really hosing up productivity.
Any suggestions would be very appreciated !!
July 13, 2018 at 9:05 am
You are awesome. That worked like a charm. Thank you!!!!
May 24, 2018 at 12:22 pm
I was able to figure this out. Way to end a Friday!!
February 23, 2018 at 12:27 pm
Hi Luis,
That worked perfectly!! Thank you very much for helping me with this.
Best Regards,
Cervello
February 12, 2018 at 11:35 am
Correction. This is my formula that is resulting in the error.
Expression:
=IIF(Len(Fields!SLAHours.Value) = 9,
(left(Fields!SLAHours.Value,3)*3600) +(mid(Fields!SLAHours.Value,5,2)*60) + (right(Fields!SLAHours.Value,2)),
IIF(Len(Fields!SLAHours.Value) = 8,
(left(Fields!SLAHours.Value,2)*3600) +(mid(Fields!SLAHours.Value,4,2)*60) + (right(Fields!SLAHours.Value,2)),0))
February 12, 2018 at 10:39 am
Viewing 15 posts - 1 through 15 (of 23 total)