ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Specifying the row and column headers Hide the details
Name of Pivot Table control to use.
List of column headers (displayed on the X axis). This list contains the different column headers separated by CR characters (Carriage Return). This list can use one of the following syntaxes: <Name header 1>..Name + CR + ... + CR + <Name header N>..Name Example: COL_Date..Name + CR + COL_Product..Name "<Name header 1>" + CR + ... + CR + "<Name header N>" Example: "COL_Date" + CR + "COL_Product"
List of row headers (displayed on the Y axis). This list contains the different row headers separated by CR characters (Carriage Return). This list can use one of the following syntaxes: <Name header 1>..Name + CR + ... + CR + <Name header N>..Name Example: COL_Date..Name + CR + COL_Product..Name "<Name header 1>" + CR + ... + CR + "<Name header N>" Example: "COL_Date" + CR + "COL_Product"
Finding out the row and column headers Hide the details
List of row and column headers displayed in the Pivot Table control. This list has the following format: <Name header column 1> + CR + ...+ CR + <Name header column N> + EOT + <Name header row 1> + CR + ...+ CR + <Name header row N> + EOT + <Name filter 1> + CR + ... CR + <Name filter N> For example: COL_OrderDate + CR + COL__OrderDate_Quarter + CR+ COL_OrderDate_Month + EOT + COL_Country + CR + COL_City + EOT + PVT_Caption
Specifying the headers
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: