Forum Discussion
Report Builder ( paginated report ) remove time from date field
- 4 years ago
I found the answer
FORMAT ( [datetime field], 'dd/mm/yyyy') as Date
I wasn't putting the as Date (or whatever else I want to call that field) part, but once I added that it worked fine.
I found the answer
FORMAT ( [datetime field], 'dd/mm/yyyy') as Date
I wasn't putting the as Date (or whatever else I want to call that field) part, but once I added that it worked fine.
Hi Ry5,
I am dealing with the exact same issue, where do you put this formula? In a calculated field or in Query Designer?
TIA
- bfernandez2 years ago
Resolver II
Hi Gkk!
I know this is late but hopefully it helps someone out there.
You can accomplish this by going into the field value itself. Right-click on the value within the visual you are attempting to format, and select 'Placeholder Properties'. There you can navigate to 'Number', where you can format the number and date, and select the formatting type you'd like for that value.