Viewing 15 posts - 46 through 60 (of 134 total)
Thanks Mohammed. I am using formulas like this to control visibility of the indicators:
IIf(((DatePart("q",Today)=3) and Fields!Qtr.Value=2), False,True)
and this to control the visibility of the columns containing the values:
IIf(((DatePart("q",Today)=3) and...
August 12, 2015 at 10:31 am
Actually it isn't related to someone not being willing to be a backup sys or network admin. I have pretty deep experience in both. The person who's doing...
June 30, 2015 at 4:16 pm
I used your PersonID to jibe with your example in my reply. Of course I used my field name instead. I want to sum the totals. I don't...
June 25, 2015 at 8:25 pm
pietlinden (6/25/2015)
And...
June 25, 2015 at 6:38 pm
pietlinden (6/25/2015)
June 25, 2015 at 4:35 pm
I decided to not use matrix for this report so that I could easily use calculations for totals without being restricted to matrices default totals.
Thanks for those who took the...
June 12, 2015 at 1:27 pm
Update: A nice guy from COZYROC (they make the SSIS+ tools that extend SSIS capabilities by allowing connection between SSIS and SugarCRM, SalesforceCRM, provide sftp (SSIS only has ftp),...
April 21, 2015 at 9:24 pm
Thanks. Unfortunately there doesn't seem to be a way to configure anything other than the basic server name, port, username, password, etc. I looked for a config file...
April 20, 2015 at 12:26 pm
They have a forum I posted to but I don't think I can call until I buy the license. I was surprised to see that a search of their...
April 20, 2015 at 11:42 am
Thanks Nevyn! I used your solution yesterday and it worked perfectly. I see what you did now. You added the new column that I now needed (the...
April 2, 2015 at 9:04 am
Thank you very much Nevyn! No need to apologize at all. I really appreciate your help. I look forward to running your solution on Wednesday (out of...
March 30, 2015 at 7:20 pm
Nevyn (3/1/2015)
I'm glad it worked for you.
Unfortunately the boss now says he wants the first three of the four columns that I need to unpivot for each metric. So,...
March 19, 2015 at 4:07 pm
I found a solution. A-PDF Content Splitter worked. I'd tried other splitters (including the one bundled into Adobe Acrobat XI Pro) but none worked the way I needed....
March 14, 2015 at 7:40 pm
Would it be a promotion to go from a DBA to a systems engineer/product engineer?
March 4, 2015 at 9:29 pm
Thank you Sql Sarah!
I had to get this report done by yesterday so I ended up having two separate stored procedures: One for Master that just gave...
March 4, 2015 at 6:11 pm
Viewing 15 posts - 46 through 60 (of 134 total)