Skip to main content

Search

Search

1 Digit Month Designation

Comments

3 comments

  • Avatar
    Ian Cummings
    Moderator

    Set-up your month code like usual for the single M digit.  However, enable the OnProcessData VB script for the data source via the "Transforms" tab, and enter in the below Select statement:

     

    Select Case value
    	Case 10
    		value = "A"
    	Case 11
    		value = "B"
    	Case 12
    		value = "C"
    End Select
    
    0
  • Avatar
    Legacy Poster

    Ian,

    Great, thanks for the help.

     

    Ken

    0
  • Avatar
    Legacy Poster

    Ian,

    Today was the real world test and VB passed.

    This is the first time I did anything with VB and it gave me interest in looking further into what else it can do.

     

    Thanks again,

    Ken

    0

Please sign in to leave a comment.