XL3IsWeb
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")
Returns True is report is running in XLCubedWeb and False if the report is running in Excel
XL3IsWeb( )
=IF(XL3IsWeb(),"On the web","In Excel")