Difference between revisions of "Translations:Expressions/236/en"

From TaticView
Jump to: navigation, search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 02:26, 5 October 2022

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Expressions)
Syntax: 
  COUNT_DISTINCT(<expression>) 
Example: 
  '''COUNT_DISTINCT("Product")''' - Returns number of unique (different) occurrences (lines) of products
TranslationSyntax: 
  COUNT_DISTINCT(<expression>) 
Example: 
  '''COUNT_DISTINCT("Product")''' - Returns number of unique (different) occurrences (lines) of products

Syntax:

 COUNT_DISTINCT(<expression>) 

Example:

 COUNT_DISTINCT("Product") - Returns number of unique (different) occurrences (lines) of products