Difference between revisions of "XL3IsWeb"
Line 2: | Line 2: | ||
Returns {{Code|True}} if report is running in XLCubedWeb and {{Code|False}} if the report is running in Excel | Returns {{Code|True}} if report is running in XLCubedWeb and {{Code|False}} if the report is running in Excel | ||
− | |||
==Syntax== | ==Syntax== | ||
Line 11: | Line 10: | ||
{{Code|1==IF(XL3IsWeb(),"On the web","In Excel")}} | {{Code|1==IF(XL3IsWeb(),"On the web","In Excel")}} | ||
− | |||
==See Also== | ==See Also== |
Revision as of 14:01, 29 April 2016
New in Version 7.5
Returns True if report is running in XLCubedWeb and False if the report is running in Excel
Syntax
XL3IsWeb( )
Example
=IF(XL3IsWeb(),"On the web","In Excel")