Format the Last Three Row

  • Goal:

    Make the three last row with value(1239, 1551, 4776) to use decimal value (xx.00)

    Problem:

    What guideline can you provide to do it?

    Information:

    *Using SSRS 2012

    *The datasource is SSAS

    *New data will be added every month.

  • Hi,

    Maybe you can use Rownum and Rowcount function ?

    IF Rowcount - Rownum >= 3 THEN highlight ELSE do nothing

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • Look up row_number () over ( partition) run through a cte and return only the rows you need

    ***The first step is always the hardest *******

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply