Difference between revisions of "XL3IsWeb"
m (Text replacement - "XLCubed" to "FluenceXL") |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
New in [[Version 7.5]] | New in [[Version 7.5]] | ||
− | Returns True | + | Returns {{Code|True}} if report is running in FluenceXLWeb 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== |
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")