Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8676569
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T20:13:47+00:00 2026-06-12T20:13:47+00:00

I have an SSRS (2008) report that takes in a raw transactions, then groups

  • 0

I have an SSRS (2008) report that takes in a raw transactions, then groups and totals them. At the “Total” level, I would like to round the final numbers to the nearest .25, however I cannot find a method to do this. According to what I’ve read, the Round() function in SSRS only rounds to integers. I have found a couple ways to do it in SQL, but the problem is, I want to do all the calculations with the REAL numbers and just round the result so that I don’t introduce a significant amount of error from the real numbers. Here’s the best SQL solution I could find:

dec(round(number * 4, 0)/4,11,2) as Nearest_Qtr

Anyone know how I could do the equivalent in the actual SSRS report?

Thanks in advance for the help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T20:13:48+00:00Added an answer on June 12, 2026 at 8:13 pm

    You can define a function on the Report code:

    Function MyRound(dblFigure As Double, dblMultiplier As Double) As Double
        MyRound = Round(dblFigure / dblMultiplier, 0) * dblMultiplier
    End Function
    

    And then call it on your report:

    =Code.MyRound(value, 0.25)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a SSRS 2008 RDL report that I deploy on our report server.
I have a report in SSRS 2008 that shows data aggregated from four levels
I have a Report Server that runs SSRS 2008 R2 Standard. This server retrieves
I have multiple SSRS 2008 report templates that contain embedded images and these are
I have a report I am developing in BIDS for SSRS 2008 R2 that
I have a Report in SSRS 2008 that looks like so: For the Sales
I have a report (SSRS 2008 r2) that is used to report on enquiries
I have a report in SSRS 2008 that has the following structure: List Tablix
I have a report in SSRS 2008 that pulls data from a table with
I have an SSRS 2008 report that contains a table with 3 columns. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.