This function assigns the column captions for each of the data columns loaded from the query.
Syntax:Query, Captions, semicolonDelimitedColumnCaptions Parameters:semicolonDelimitedColumnCaptions – list of captions for each data column loaded by the query separated by semicolons. Examples:Query,Captions,2006 Sales;2007 Sales The two data columns loaded by the query are to be labeled ‘2006 Sales’ and ‘2007 Sales’. |