Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的条形图中的数据系列是一个月中每一天的数量,以及一年中每个月的数量。Crystal 坚持用完整的日期标记每个数据点,即 yy/MM/dd。对于月图,我想要 dd/MM,对于年图,我想要 MM/yy。我如何实现这一目标?
所有三个选项均基于此公式:
ToText({Employee.Hire Date},"MM/yy")