Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Service page
Yandex DataLens
Documentation
Yandex DataLens
    • Overview
    • Formula syntax
      • All Functions
        • Overview
        • CASE
        • IF
        • IFNULL
        • ISNULL
        • ZN
      • Function Availability
    • Parameters
  • Audit Trails events
  1. Calculated fields
  2. Function reference
  3. Logical functions
  4. ZN

ZN

Written by
Yandex Cloud
Improved by
amatol
Updated at November 6, 2024

SyntaxSyntax

ZN( expression )

DescriptionDescription

Returns expression if it's not NULL. Otherwise returns 0.

Argument types:

  • expression — Fractional number | Integer

Return type: Same type as (expression)

ExampleExample

[sales] ZN([sales])
432.40 432.40
77.00 77.00
12000.00 12000.00
NULL 0.00
34.25 34.25
128.00 128.00
0.00 0.00
NULL 0.00

Data source supportData source support

ClickHouse 21.8, Files, Google Sheets, Microsoft SQL Server 2017 (14.0), MySQL 5.7, Oracle Database 12c (12.1), PostgreSQL 9.3, Yandex Documents, YDB.

Was the article helpful?

Previous
ISNULL
Next
Overview
© 2025 Direct Cursus Technology L.L.C.