Move faster and accomplish more with a professional-grade, generative AI assistant that transforms the way you work. Thomson Reuters CoCounsel is with you every step of the way, backed by authoritative content and industry-leading expertise.
Conduct legal research efficiently and confidently using trusted content, proprietary editorial enhancements, and advanced technology.
Accelerate how you find answers with powerful generative AI capabilities and the expertise of 650+ attorney editors. With Practical Law, access thousands of expertly maintained how-to guides, templates, checklists, and more across all major practice areas.
Move faster and accomplish more with a professional-grade, generative AI assistant that transforms the way you work. Thomson Reuters CoCounsel is with you every step of the way, backed by authoritative content and industry-leading expertise.
Provides a full line of federal, state, and local programs. Save time with tax planning, preparation, and compliance.
Automate work paper preparation and eliminate data entry
Software that keeps supply chain data in one central location. Optimize operations, connect with external partners, create reports and keep inventory accurate.
Automate sales and use tax, GST, and VAT compliance. Consolidate multiple country-specific spreadsheets into a single, customizable solution and improve tax filing and return accuracy.
Search volumes of data with intuitive navigation and simple filtering parameters. Prevent, detect, and investigate crime.
Identify patterns of potentially fraudulent behavior with actionable analytics and protect resources and program integrity.
Analyze data to detect, prevent, and mitigate fraud. Focus investigation resources on the highest risks and protect programs by reducing improper payments.
Around the globe, with unmatched speed and scale, Reuters Connect gives you the power to serve your audiences in a whole new way.
Reuters Plus, the commercial content studio at the heart of Reuters, builds campaign content that helps you to connect with your audiences in meaningful and hyper-targeted ways.
Reuters.com provides readers with a rich, immersive multimedia experience when accessing the latest fast-moving global news and in-depth reporting.
Shop our latest titles
ProView Quickfinder favorite libraries
Expression | Description |
---|---|
reportHelper.CurrentPeriod.EndDate.Value.Year | Current year of the financial period. |
reportHelper.CurrentPeriod.EndDate. Value.ToString('d MMMM yyyy') | Current year-end date of the financial period in the format 'd MMMM yyyy'. Update the highlighted string to change the date format. |
reportHelper.ComparativePeriod(1).EndDate. Value.Year | Prior year of the current financial period. |
reportHelper.ComparativePeriod(1).EndDate. Value.ToString('d MMMM yyyy') | Prior year-end date of the financial period in the date format 'd MMMM yyyy'. Update the highlighted string to change the date format. |
reportHelper.CurrentPeriod.StartDate. Value.ToString('d MMMM yyyy') | Current year start date of the financial period in the format 'd MMMM yyyy'. Update the highlighted string to change the date format. |
reportHelper.ComparativePeriod(1).StartDate. Value.ToString('d MMMM yyyy') | Prior year start date of the financial period in the format 'd MMMM yyyy'. Update the highlighted string to change the date format. |
reportHelper.CurrentPeriod.EndDate. Value.AddYears(1).Year | Subsequent year relative to the current financial period. For example, if the current period date is 31 December 2022, this expression will return '2023'. Replace '.Year' with '.ToString('d MMMM yyyy') to get the full end date of the next financial year (for example, 31 December 2023). |
Convert.ToDateTime (reporting.queries.client.lookupaccountingperioddata ("Disclosure| General| FinalisationDates| FinalisationDates| Directors| Current Period")[0].Value).AddYears(1).ToString('d MMMM yyyy') | In some cases, you can calculate the date 1 year from the signing of the financial statements. This expression fetches the signing date, converts it to a DateTime value, adds 1 year, and presents it in the desired format. The highlighted string applies specifically to UK/ROI content. |