I am having a problem with a parameter field. I need the parameter ?Period to allow both range of values. The parameter is defined as a string. However when I try to use it in a formula, I get errors both using it as a string or a number. Converting it to the other as below doesn't work, if I convert to a number it asks for a string and vice versa.
{Bal_Data.Period}= ToNumber({?Period})
Any help?
{Bal_Data.Period}= ToNumber({?Period})
Any help?