- QlikView Unlocked
- Roger Stone Andrew Dove
- 190字
- 2021-08-05 16:41:00
Conventions
In this book, you will find a number of text styles 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: "This can be stored in the 9. Documentation
subfolder."
A block of code is set as follows:
Stock: LOAD [Shop No], [Product Code], [On Hand] FROM [QlikView Unlocked Data.xlsx] (ooxml, embedded labels, table is Stock);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Stock:
LOAD [Shop No],
[Product Code],
[On Hand]
FROM
[QlikView Unlocked Data.xlsx]
(ooxml, embedded labels, table is Stock);
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Python數據可視化:基于Bokeh的可視化繪圖
- 實用防銹油配方與制備200例
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Java程序設計:原理與范例
- 利用Python進行數據分析(原書第3版)
- 劍指Java:核心原理與應用實踐
- Instant Lucene.NET
- Deep Learning with R Cookbook
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- 計算機應用基礎(Windows 7+Office 2010)
- 少年小魚的魔法之旅:神奇的Python
- Scratch少兒編程高手的7個好習慣
- Swift語言實戰晉級(第2版)
- Learn Spring for Android Application Development
- 趣學Python游戲編程