• jchicky (11/20/2012)


    Thanks for your reply. They want it this way to save space. Right now, it rounds off to 2 decimal places--so why have "Opportunity (2.00M)" when you can have "Opportunity (2M)". The three saved characters help keep the text on one line since the columns are side by side. Hence, by the time all opportunities are listed, the hope is that they fit on one page when it's exported as a PDF, word, etc.

    Is there a way to accomplish this through a value expression in VB.net? I'm not familiar with TSQL, nor would I know where to start entering it. :/

    I'm sure there is but I'm not a VB guy. Hopefully this post will server as a "bump" to entice one to take a shot at it. 🙂

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)