最近搜索
没有最近搜索
Joined Date Attributes - Should Sort in Date Order
已于 2022年6月07日 发布
Hi,
Currently if you join two date elements, the order goes alphabetically such as with this formula below to get month and year together:
LEFTPART(MONTH([Ticket created - Date]),3)+"-"+YEAR([Ticket created - Date])
It should put any pairing of two date attributes to sort still by date order. Can this be changed to treat these custom date metrics still as dates?
1
0
0 条评论