Difference between revisions of "XL3IsWeb"
Line 1: | Line 1: | ||
+ | New in [[Version 7.5]] | ||
+ | |||
Returns True is report is running in XLCubedWeb and False if the report is running in Excel | Returns True is report is running in XLCubedWeb and False if the report is running in Excel | ||
Revision as of 11:43, 25 June 2013
New in Version 7.5
Returns True is report is running in XLCubedWeb and False if the report is running in Excel
Syntax
XL3IsWeb( )
Example
=IF(XL3IsWeb(),"On the web","In Excel")