- QlikView for Finance
- B. Diane Blackwood
- 149字
- 2021-07-16 19:39:50
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 paragraph are shown as "The filenames are CHData-Oct.xls
and CHData-Nov.xls
".
Code words shown in the QlikView interfaces are shown in text as follows:
SET DateFormat='M/D/YYYY'; SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT'; SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec'; SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun'; LOAD Company, [AcctGroup], [Account-Name], Count, Unit., Acct.5, Acct.6, Nature, CostCenter, Month, Year, Amount FROM [C:\Users\User\Documents\My Docs\Packt Publishing\QlikView Finance Book\QVFA Chapter 1\CHData-OCT.xlsx] (ooxml, embedded labels);
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: "Click on Download Now, and select your preferred Language".
推薦閱讀
- Mastering Ember.js
- Full-Stack Vue.js 2 and Laravel 5
- Practical Game Design
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 網店設計看這本就夠了
- Python Data Analysis(Second Edition)
- SQL 經典實例
- Solr Cookbook(Third Edition)
- Android群英傳
- 零基礎學HTML+CSS
- IPython Interactive Computing and Visualization Cookbook
- 零基礎C#學習筆記
- PHP項目開發全程實錄(第4版)
- Mastering Leap Motion
- Node.js 6.x Blueprints