Viewing 15 posts - 1 through 15 (of 48 total)
I was able to resolve this by making the open query select list a CTE and selecting from the CTE.
July 9, 2019 at 12:13 pm
This seems to work for me in another way. I now have ALL in the parameter select box which shows everything .
AND
(
(NULLIF(isnull(d.dw_ac_approval_date,''),'') IS NOT NULL and @approval_date = 'YES')
OR (NULLIF(isnull(d.dw_ac_approval_date,''),'')...
February 2, 2016 at 5:08 am
Thanks for post.
I entered into similar issue when I was asked to deliver a report on the first working day of the month.
I tried the sql posted but...
October 13, 2014 at 8:00 am
Problem solved. Tablix Properties then tick both the add a page break after and keep together on one page if possible did the trick for me.
EO
September 26, 2014 at 8:56 am
Thanks. Not yet tested but that looks like something that I need.
Emma
September 18, 2014 at 2:10 pm
Ok. Thanks Grant and also to everyone that contributed.
EO
July 9, 2014 at 7:53 am
Thanks for the information. Can I be helped with the script for such task using extended event.
E.O
July 9, 2014 at 7:36 am
Yes, something like that. I have a table that was created by previous developers. Current development shows that some of the data from the table is incorrect. So I want...
July 9, 2014 at 4:59 am
I just solved it by using the expression:
((Fields!Number_of_Instalments.Value - 1)* Fields!Admin_Fee.Value)+ (Fields!Admin_Fee.Value / iif(Fields!Monthly_Payment.Value * Fields!Final_Amount.Value = 0,1,Fields!Monthly_Payment.Value * Fields!Final_Amount.Value))
EO
April 3, 2014 at 3:29 am
Saw this my posting and decided to put the solution that worked for me.
I created the subscription normal and putting an end date to the subscription because it wil now...
March 21, 2014 at 4:09 am
Hi ,
The code that I used in the job did not work for me. Can you let me know the code to check if any rows are returned.
Thanks,
EO
February 13, 2014 at 8:21 am
Thanks Kevin, this is a little bit simpler.
I am testing the job at the moment to see how it works out.
Below is my SQL in the job step
IF @@rowcount...
February 10, 2014 at 5:27 am
Thanks Pietlinden. Yes I was referring on how to do it in VB.net expressions although your SQL is so useful.
February 7, 2014 at 10:20 am
Viewing 15 posts - 1 through 15 (of 48 total)