Hi community,
i am trying to convert the below expression to tableau calculation. Could you please help?
datetimetrim([date],’day’)
Solved! Go to Solution.
Hey @Jarviz i'm not very familiar with Tableau but you can try this?
DATEPART('day', [date])
Are you trying to get the day of the date? If yes, you could try:
DateTimeFormat([date],"%A")
All the date time functions can be found here:
https://help.alteryx.com/20231/designer/datetime-functions
never mind i got it. It was just trimming the time format and retaining the date. Thanks all for your valuable comments.
User | Count |
---|---|
91 | |
79 | |
62 | |
36 | |
36 |