Viewing 15 posts - 91 through 105 (of 1,957 total)
If I have a textbox called Sum_M with this expression for it's value:
=SUM(code.GetValue(Fields!Sum_M.Value))
And this expression for the Format:
= SWITCH(
ReportItems!Sum_M.Value >= 1000000 , "$ #,##0,,.00...
February 10, 2016 at 2:50 pm
Can you explain more about the problem, because that expression should work just fine.
I have tested it to make sure and it does apply the formatting.
February 10, 2016 at 1:51 pm
AFAIK, SMO doesn't treat indexes as objects, which is why you have scripting options to include them or not (in the table scripts).
To get NCI into a separate file from...
February 9, 2016 at 6:13 pm
k2000.rajesh (2/6/2016)
SQL Server 2014 setup.exe does nothing and unable to move towards to install SQL installation
As we are all having a guess at your problem, did you try running the...
February 9, 2016 at 5:49 am
The easiest way is to add a column to the dataset that flags whether the row contains a value that is in the top 20%.
then in SSRS, you can use...
February 5, 2016 at 10:00 am
Orlando Colamatteo (2/3/2016)
February 3, 2016 at 4:22 pm
Orlando Colamatteo (2/1/2016)
Ye of little faith! I don't blame you but it tells me you might be up against some organizational challenges that have eroded your confidence in the VCS.
Yes,...
February 2, 2016 at 12:18 am
Before making changes to SQL objects, I'm in the habit of updating my dev VCS from production, then checking for any changes that may have "slipped" in before starting my...
February 1, 2016 at 5:12 pm
I would take a look at the xml being produced.
First step is to "unzip" the xlsx file after it has been created - before you try and open it with...
January 27, 2016 at 4:37 pm
...and what if the intention was to update all rows matched on those three columns?
Before you go changing something just because it "looks wrong", I suggest you check with the...
January 24, 2016 at 3:48 pm
mishka-723908 (1/22/2016)
This will group all the rows where A = 1 and B = Al to one row.
I only want to sum those up where...
January 22, 2016 at 5:49 pm
donato1026 (1/21/2016)
That worked! Thank you SO MUCH!!!!!!!!
Pleased to hear it.
Funnily enough, I had just been doing HTML email this way myself a day or so ago, so it was...
January 22, 2016 at 12:32 am
Try this, but if you get errors about collation incompatibility, don't forget that Sage requires a binary collation, so you may need to add COLLATE Latin1_General_BIN to the WHERE clause,...
January 22, 2016 at 12:29 am
donato1026 (1/20/2016)
I am trying to pull back a hyperlink from a table, but when it is emailed to me, it shows the whole hyperlink and everything in the email....
January 20, 2016 at 6:14 pm
dandrews 45259 (1/20/2016)
...
Ive removed half the entries above from both the SELECT and INSERT INTO
Where needs to be where the sage_prdocut code matches...
January 20, 2016 at 5:38 pm
Viewing 15 posts - 91 through 105 (of 1,957 total)