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 |
---|---|
(select reporting.Queries.CategoryValueorZero('P 1', 0.01m, 'PriorPeriod', null, 'E1', null, null, null, false) case 0m: 0m default: ((reporting.Queries.CategoryValueOrZero('P 1', 0.01m, 'CurrentPeriod', null, 'E1', true, null)- reporting.Queries.CategoryValueOrZero('P 1', 0.01m, 'PriorPeriod', null, 'E1', true, null)) reporting.Queries.CategoryValueOrZero('P 1', 0.01m, 'PriorPeriod', null, 'E1', true, null)) *100) | Calculates the percentage increase or decrease in turnover/revenue in the current year of the financial period.
note This expression might cause a problem if divided by zero. If the prior year's revenue is zero, the calculation will cause an error. At the start of the expression, the category for prior year revenue is selected, and the outcome for a zero value is defined. In this example, when prior year revenue is zero, the expression returns zero. When prior year revenue isn't zero, the percentage increase or decrease is calculated using this formula: ((Current Period Revenue – Prior Period Revenue) / Prior Period Revenue) * 100 |
(select reporting.Queries.CategoryValueorZero('P 1', 0.01m, 'CurrentPeriod', null, 'Company', null, null, null, false) case 0m: 0m default: (reporting.Queries.CategoryValueorZero('P 1', 0.01m, 'CurrentPeriod', null, 'Company', null, null, null, false) + reporting.Queries.CategoryValueorZero('F 1', 0.01m, 'CurrentPeriod', null, 'Company', null, null, null, false)) reporting.Queries.CategoryValueorZero('P 1', 0.01m, 'CurrentPeriod', null, 'Company', null, null, null, false)*100)) | Calculates the gross profit ratio for the current period. There are 2 cases defined in this expression:
|
(select reporting.Queries.CategoryValueorZero('CL', 0.01m, 'CurrentPeriod', null, 'Company', null, null, null, true) case 0m :0m default: reporting.Queries.CategoryValueorZero('CA', 0.01m, 'CurrentPeriod', null, 'Company', null, null, null, false) / reporting.Queries.CategoryValueorZero('CL', 0.01m, 'CurrentPeriod', null, 'Company', null, null, null, true)) | Calculates the current ratio (working capital ratio) for the current period. There are 2 cases defined in this expression:
|
reporting.Queries.FinancialPeriodDataSum ("FYNonImport| NotesToBalanceSheet| CurrentReceivables| TradeReceivablesProvisionForDoubtfulDebts| ProvisionForDoubtfulDebts| Columns| Value|*", 'PriorPeriod', 'FY|FY', 'E1', null) | Calculates the sum of values in the prior period column of a financial period data capture grid. In this example, the NL content sums all values in the data grid for the provision of doubtful debts. This sum automates the opening balance in the current period based on data entered for the prior period. |
Expression | Description |
---|---|
(reporting.queries.FinancialPeriodDataSum ("FYNonImport| NotesToBalanceSheet| TangibleFixedAssets| TangibleFixedAssets| TangibleFixedAssets| Rows| *:filter[Section| Value=B]:filter[RowRef.| Value=Dep]| *", "CurrentPeriod", "FY|FY", "E1", null)) | Calculates the sum of values contained within a row of a financial period data capture grid. In this example, sum all the values within the depreciation row of the data capture grid for property, plant, and equipment. This allows you to automate the depreciation balance in the statement of cash flows for the current period. Filters ensure the selection of the exact row. Specifically, filter on the section label B and fetch the sum of values from the row with the row reference Dep . |