Forum Replies Created

Viewing 15 posts - 91 through 105 (of 1,957 total)

  • RE: SSRS Format Textbox not holding

    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...

  • RE: SSRS Format Textbox not holding

    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.

  • RE: Need to generate 1 script per object (indexes)

    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...

  • RE: SQL Server 2014 setup.exe does nothing

    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...

  • RE: SSRS Conditional Formating Top 20 Values

    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...

  • RE: What is the True Version of Code?

    Orlando Colamatteo (2/3/2016)


    By the very nature of how a compiled application's deployment model works the developer or admin is compelled to go to a VCS where the plain-text class and...

  • RE: What is the True Version of Code?

    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,...

  • RE: What is the True Version of Code?

    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...

  • RE: illegal xml character

    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...

  • RE: Trigger Change

    ...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...

  • RE: Sub-Grouping by consecutive rows

    mishka-723908 (1/22/2016)


    Hello, Thanks for your reply.

    This will group all the rows where A = 1 and B = Al to one row.

    I only want to sum those up where...

  • RE: Pull back hyperlink from table intact

    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...

  • RE: Help with an insert script

    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,...

  • RE: Pull back hyperlink from table intact

    donato1026 (1/20/2016)


    Hello everyone,

    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....

  • RE: Help with an insert script

    dandrews 45259 (1/20/2016)


    This is the script I need to run:

    ...

    Ive removed half the entries above from both the SELECT and INSERT INTO

    Where needs to be where the sage_prdocut code matches...

Viewing 15 posts - 91 through 105 (of 1,957 total)