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

  • SEARCH
  • Home
  • 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 7029713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:34:30+00:00 2026-05-28T00:34:30+00:00

I am customizing an SSRS report, using an existing DataSource and DataSet. I can’t

  • 0

I am customizing an SSRS report, using an existing DataSource and DataSet. I can’t edit the DataSet definition (no permissions and I’m not going to get it), so I have to work with the data provided. My problem is that some of the data is a bit garbled. I’m attempting to group columns on an “Iteration” text column, but it contains data like:

Iteration 01
...
Iteration 09
Iteration 1
Iteration 10
Iteration 11
....
Pending Scope

The “Iteration 1” field is in the middle and is really messing me up. How can I move this to the beginning of the set, or ideally merge it with Iteration 01? I can’t do it in SQL, and it’s not a trivial “number format”, so I can’t just apply a format to it.

How can group & display the data above with the numbers properly zero-padded on the left?

  • 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-05-28T00:34:31+00:00Added an answer on May 28, 2026 at 12:34 am

    Many ways to do this, but which is best depends on the details of your incoming data. If the sample in the question is fairly complete then I would put some embedded code into the report:

    Function ParsedTitle(Title As String) as String
        Dim s as String
        s = TRIM(Right(Title,2))
        Dim num as Integer
        If Len(Title) < 2 Then
          return Title
        End If
        If Not Integer.TryParse(s, num) Then
            return Title
        End If
        Return TRIM(LEFT(Title, Len(Title)-2) ) + " " + num.ToString("00")
    
    End Function
    

    (This was only lightly tested.)

    Then set the expression in a field to be:

    =Code.ParsedTitle(Fields!Title.Value)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

During practice of customizing VirtualPathProvider, I found that it the custom VirtualPathProvider can be
When customizing an UITableView, how can I know wether the cell is the first,
I am customizing a Process Template for TFS2008. I am using the MSF for
Background: I am customizing an existing ASP .NET / C# application. It has it's
I have problem with customizing each page using pagecontrol and UIScrollView. I'm customizing Page
I'm customizing the DataGridRowGroupHeader in our project. Everything works fine except that I can't
I'm customizing the default workflow of build process template using TFS 2010 Team Build.
I'm having issues customizing a radio button for a specific form using hook_theme. Below
I am customizing a ribbon in the Excel using VSTO. I want to display
I'm working on customizing a Microsoft Dynamics CRM (4.0) system for my university as

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.