ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
Specifying the row and column headers Hide the details
Name of the Pivot Table control to be used.
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: 06/07/2022
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: