Difference between revisions of "XL3IsWeb"
m (Text replacement - "XLCubed" to "FluenceXL") |
|||
(3 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 9: | Line 10: | ||
{{Code|1==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")