- Microsoft Dynamics GP 2013 Reporting, Second Edition
- David Duncan Christopher J Liley
- 193字
- 2021-04-02 10:23:28
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The name of the OLAP processing package is DynamicsGP_<warehouse_db>_OLAP_DB_<server name>_<analysis services database>
, where <warehouse_db>
is the name of the data warehouse database."
A block of code is set as follows:
UPDATE LastUpdated SET [DateUpdated] = '01/01/1900', [LastRow] = 0, [TempLastRow] = 0 WHERE TableName IN ('GLAccountMaster','GLTransactionsOpen','GLTransactionsHistory'); TRUNCATE TABLE GLAccountMaster; TRUNCATE TABLE GLTransactions;
Any command-line input or output is written as follows:
=CUBEMEMBER("GP Financials Cube","[Accounts].[Acct No].[All].[000-1100-00]") =CUBEMEMBER("GP Financials Cube","[Measures].[Amount - GL Trans]")
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "The first three nodes—Date, Date by Month, and Quarter by Year—under the Master Date node are known as hierarchies."
- Testing with JUnit
- Java 開發從入門到精通(第2版)
- 小程序,巧運營:微信小程序運營招式大全
- GeoServer Beginner's Guide(Second Edition)
- 數據結構習題解析與實驗指導
- 精通MATLAB(第3版)
- RSpec Essentials
- Mastering Business Intelligence with MicroStrategy
- WordPress Search Engine Optimization(Second Edition)
- Android編程權威指南(第4版)
- Unreal Engine Game Development Cookbook
- 微信公眾平臺開發最佳實踐
- 熱處理常見缺陷分析與解決方案
- Learning VMware vCloud Air
- Modern R Programming Cookbook