Question
7
Replies
88
Views
Posted: April 13, 2020
Last activity: April 13, 2020
Solved
Expression in Report Definition
How can I write below expression in report definition column source?
@(Pega-RULES:DateTime).FormatDateTime(@(Pega-RULES:DateTime).CurrentDateTime(), "MMMMM", "", "")
My use case is to populate Month Name like Jab, Feb -- - Dec from PXcreateDateTime property.
Are you trying to format the DateTime? If yes you can use the Format option for the report column.
Click on the gear icon and select the Data Time as Column Format, then click on the search icon to select the required format.
Please find the below screenshot for more details.