XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
Difference between revisions of "XL3LastCubeUpdate"
(Created page with 'Returns the date and time that the cube was last updated. ==Syntax== {{Code|XL3LastCubeUpdate( Connection )}} ==Parameters== {| class="wikitable" ! Parameter ! Description |- …') |
(→Parameters) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
==Syntax== | ==Syntax== | ||
− | {{Code|XL3LastCubeUpdate( Connection )}} | + | {{Code|XL3LastCubeUpdate( Connection [, AsDate] )}} |
==Parameters== | ==Parameters== | ||
Line 12: | Line 12: | ||
| {{Code|Connection}} | | {{Code|Connection}} | ||
| Connection number of the cube to retrieve the last update time of | | Connection number of the cube to retrieve the last update time of | ||
+ | |- | ||
+ | | {{Code|AsDate}} | ||
+ | | (Boolean) Pass TRUE to convert the date from text to a date value. [[Version 8]] onwards | ||
|} | |} | ||
==See Also== | ==See Also== | ||
* [[Formula Reference]] | * [[Formula Reference]] | ||
+ | |||
+ | [[Category:Formulae]] | ||
+ | [[Category:OLAP Formulae]] |
Latest revision as of 16:37, 25 August 2015
Returns the date and time that the cube was last updated.
Syntax
XL3LastCubeUpdate( Connection [, AsDate] )
Parameters
Parameter | Description |
---|---|
Connection | Connection number of the cube to retrieve the last update time of |
AsDate | (Boolean) Pass TRUE to convert the date from text to a date value. Version 8 onwards |