We are running CR XI.
We have a parameter field that is an int, however when we reload the parameters entered by the user if they entered more than 3 digits we do not want to see commas.
In other word we want the parameter to look like 2345 not 2,345.
However, we do want commas in all of the other number fields in the report, so changing the format for numbers on the report is not an option.
We have tried making it a string and using an edit mask, if we use 9999 as the mask then the user could enter 88 8, which would be invalid.
We have also tried using 0000 as the mask, the problem is that the user cannot be required to supply all of the digits.
Is there any way that we can have the user enter only digits but not indicate how many they need to enter?
We have a parameter field that is an int, however when we reload the parameters entered by the user if they entered more than 3 digits we do not want to see commas.
In other word we want the parameter to look like 2345 not 2,345.
However, we do want commas in all of the other number fields in the report, so changing the format for numbers on the report is not an option.
We have tried making it a string and using an edit mask, if we use 9999 as the mask then the user could enter 88 8, which would be invalid.
We have also tried using 0000 as the mask, the problem is that the user cannot be required to supply all of the digits.
Is there any way that we can have the user enter only digits but not indicate how many they need to enter?