XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
XL3IsWeb
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")