I have a report designed. The data source for this report is cube. I have a column called date in this report. The present format of the report is MM-DD-YYYY. I want that to be displayed in YYYY-MM-DD format. I played with the textbox properties and expression but it still giving me the same result. Can anyone guide me with this please.
Microsoft SQL Server 2008SSRSSSAS
Last Comment
Jason Yousef
8/22/2022 - Mon
Patrick Tallarico
can you adjust the underlying query to use a converted date?
Thanks for you reply. But I am extracting from cube and not from the table. I am not sure if I can use above query in my case. I am wrong please explain me in detail .
...convert(120, datefield)...
http://msdn.microsoft.com/en-us/library/ms187928.aspx