Error
Dates problem was solved.After generation of script I am getting the following error. "An error occured during local report processing.Error during processing of 'Validate' report...
View ArticleError
IIf(DateDiff(DateInterval.Day,Parameters!ToDate.Value,Parameters!FromDate.Value) < 15, CODE.CheckSignificantDate(DateDiff(DateInterval.Day,Parameters!ToDate.Value,Parameters!FromDate.Value)), 0)Shyam
View ArticleError
Could please help me how to call that function using IIF condition.I can't able to do.
View ArticleError
why is that extra comma at the end of your expression (marked in red below)CODE.CheckSignificantDate(DateDiff(DateInterval.Day,Parameters!ToDate.Value,Parameters!FromDate.Value,))You are calling the...
View ArticleError
CUSTOM CODE:Function CheckSignificantDate(i as integer) as IntegerDim msg as String msg = "" If ( i = 15 ) Then msg=" Date Diff should be more than 15 Days" End If If msg <>...
View ArticleError
can u pls type the whole custom code you have written and then the expression you have used for the default value of the parameter?Shyam
View ArticleError
Yes I have default values.That value depends on user selection.If the date difference is less than 15 days.Script will be raised(That I have written using custom code).
View ArticleError
Do u have any default values or available values for your 'Validate' parameter? If yes, can u give the details?Shyam
View ArticleError
I am getting the following error "An error occured during local report processing.Error during processing of 'Validate' report parameter "Any idea about this error
View Article