Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Date parameter in report builder showing an error

I have  built a paginated report in report builder  but when i try to add a date parameter filter i keep getting this error message when i try to run my report (The property 'ValidValues' of report parameter 'FromTasksACTSTARTDATE' doesn't have the expected type.) I have  looked at some suggested soltuion but  cant get the issue resolved, does any one have any suggestions on what i need to do to fix it

5 Replies

  • Hi Anonymous ,

    According to the error message, please try the solution in this similar thread:

     

    If you want to use set Boolean type parameter and get value from the query.

    You should use type bit  in SQL Server to instead other type,and when you edit the bit type column ,you will found that

    whatever you input 1/0 or True/False ,the data always changes into True/False. Please check your data type for the “Boolean type” column.

    If you can’t use bit type, you should  change the parameter’s type  as text .

     

    Or the workaroud in this similar thread.

     

    Best Regards,
    Community Support Team _ kalyj

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • Anonymous's avatar
      Anonymous
      Not applicable

      this is not solving my issue- i have tried both suggestions and still having same issue. i cant use the boolean option becasue users need to be able to pick dates themselves

      • fomoisreal's avatar
        fomoisreal
        Icon for Helper I rankHelper I

        where you able to fix this issue? i'm on the same boat

    • Anonymous's avatar
      Anonymous
      Not applicable

      this was not the solution i was looking for , i am still having same issue