Can Any one help me this Issue,
I have a parameter which selects the number of rows to display in the report.the parameter type is string because of the key word ALL (To select all the rows)
When the user select all Rows i have the following error
"The String is non numeric"
the formula I'm using here is {#Rows}> ToNumber({?Limit})
I'm using this formula is the detail section since,if user select 10 then i want only 10 rows to be displayed on each group.
My concern is even though I'm converting the string to number why I'm getting this error, Am i missing something here?
CR X1, Database
ostgres
Thanks
I have a parameter which selects the number of rows to display in the report.the parameter type is string because of the key word ALL (To select all the rows)
When the user select all Rows i have the following error
"The String is non numeric"
the formula I'm using here is {#Rows}> ToNumber({?Limit})
I'm using this formula is the detail section since,if user select 10 then i want only 10 rows to be displayed on each group.
My concern is even though I'm converting the string to number why I'm getting this error, Am i missing something here?
CR X1, Database

Thanks