Forum Discussion
Help needed with Report Builder
- Anonymous5 years ago
I was able to format my date using expressions and now that report functions as it should
Thank you for the input
Jamie
- Anonymous5 years ago
=Format((Parameters!FromFinalTablePostedPostingDate.Value), "MM-dd-yyyy")
I was able to format my date using expressions and now that report functions as it should
Thank you for the input
Jamie
Hi Anonymous
Glad that you have found the solution. Can you share your formatting expressions and the data types of both paramter and column field?
My date column in SQL DB is Text type. However, when I connect to it in Report Builder, I can set a parameter with date/time type to filter the report. And I cannot reproduce "The property doesn't have the expected type" error. Not sure if there is some type detection or convertion happening automatically. 😅
Regards,
Jing
- Anonymous5 years agoNot applicable
=Format((Parameters!FromFinalTablePostedPostingDate.Value), "MM-dd-yyyy")
- v-jingzhang5 years agoCommunity Support
Thank you