XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "XL3GridComment"

(Created page with "Returns the nth cube comment for a given grid. ==Syntax== {{Code|XL3GridComment( Grid, Comment Number )}} ==Parameters== {| class="wikitable" ! Parameter ! Description |- |...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Returns the nth cube comment for a given grid.
+
Returns the specified cube comment for a given grid.
  
 
==Syntax==
 
==Syntax==
Line 15: Line 15:
 
| {{Code|Comment Number}}
 
| {{Code|Comment Number}}
 
| The Nth most recent comment to return
 
| The Nth most recent comment to return
 
 
 
|}
 
|}
  
Line 24: Line 22:
  
 
[[Category:Formulae]]
 
[[Category:Formulae]]
[[Category:OLAP Formulae]]
+
[[Category:Cube Commentary]]

Latest revision as of 12:07, 1 September 2021

Returns the specified cube comment for a given grid.

Syntax

XL3GridComment( Grid, Comment Number )

Parameters

Parameter Description
Grid A cell within the grid to return the comments for
Comment Number The Nth most recent comment to return

See Also