Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

No Option to Select Parameters when Applying a Filter to Datasets

Hello,   I recentlly wanted to implement a template that would rely on paramaters. There are quite a few resources (1, 2, 3) over the web that have great examples besides the official announcement ...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Hello Maggie,

     

    Thanks for your reply. I finally got to the bottom of the problem.

     

    It seems like the parameter format/type has to match the column format exactly. So, in my case, I imported a table from SQL Server using a stored procedure and hence date column came through in datetime format i.e. yyyy-mm-dd hh:mm:ss. However, parameter type was set to date. When I changed the parameter type to date/time everything started to work.

     

    Hopefully, this will help others as well if they come across with a similar issue.