Hello all,
I have an issue creating a report.
In my database I have a field with datetime format
I create a dataset with this date as a parameter.In my report, I have :
Then when I execute my report, i have a problem with constrained flag and STRTOSET
If I set parameter to text type, I have this log :
Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Échec de l'exécution de la requête pour le dataset 'DataSet1'. ---> Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException: Analyseur : La syntaxe pour '00' est incorrecte.
How can I solve my problem ?
Thanks in advance.