Hello and welcome to the board,

the correct expression would be :

Code:

? "" + @MDAYNO + ", " + @MONTHNO



as @mdayno and @monthno return integer values and + is an operator it simply does the math on it (suppressing ", ")
_________________________