Difference between revisions of "XL3IsWeb"
(Created page with "Returns True is report is running in XLCubedWeb and False if the report is running in Excel ==Syntax== {{Code|XL3IsWeb( )}} ==Example== {{Code|=IF(XL3IsWeb(),"On the web","I...") |
m (Text replacement - "XLCubed" to "FluenceXL") |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | New in [[Version 7.5]] | |
+ | Returns {{Code|True}} if report is running in FluenceXLWeb and {{Code|False}} if the report is running in Excel | ||
==Syntax== | ==Syntax== | ||
Line 8: | Line 9: | ||
==Example== | ==Example== | ||
− | {{Code|=IF(XL3IsWeb(),"On the web","In Excel")}} | + | {{Code|1==IF(XL3IsWeb(),"On the web","In Excel")}} |
− | |||
==See Also== | ==See Also== |
Latest revision as of 09:50, 4 July 2023
New in Version 7.5
Returns True if report is running in FluenceXLWeb and False if the report is running in Excel
Syntax
XL3IsWeb( )
Example
=IF(XL3IsWeb(),"On the web","In Excel")