userguides
  • Welcome
  • Contact Us
  • Getting Started
    • Quickstart
    • Inside ViewZen
  • ViewZen Accounts
    • Overview
    • Account Owner
    • Home Page
    • Member Profile
      • My Account
      • My Organization
      • Security
      • Permissions
    • Roles and Permissions
      • Standard Roles
      • Custom Roles
    • User Management
    • User Groups
    • Multi factor Authentication
    • Context based Permissions
    • API Keys
  • Appverse
    • Overview
    • Home Page
    • Apps
      • Create an App
        • Folders
          • Create
          • Edit
          • Delete
          • View Contents
        • Roles
        • Forms
          • Create
            • Get Familiar
              • General Properties
              • Hint
              • Appearance
              • Validations
                • Examples
              • List of Values
              • Scope
                • Examples
              • Search Settings
              • Security
              • Expressions
              • Appverse Expressions
                • Examples
              • Choices
              • Instance Name
              • Download Form
              • Import Form
            • Best Practices
            • Create with Form Builder
            • Create with GenAI
            • Create with ODK compatible xls
          • Edit
          • Delete
          • Deploy / Undeploy
          • Settings
            • General Settings
            • Data Display
            • Appearance
            • Languages
            • Auto Numbering
            • Lookup
            • Child Forms
            • Report Template
            • Validations
            • Data Formatting Rules
            • Record Access
            • Quick Filters
          • Allocation
            • Get Familiar
              • General Properties
              • View Permissions
          • Quick Configuration
          • Events and Actions
            • Save to DB
            • Lock Record
            • Update Status
            • Create / Update Record
            • Send Notifications
            • Custom Scripts
          • Conditions in Appverse
          • Advanced Search
          • Data
            • Card Layout
            • Grid Layout
            • Master Detail Layout
          • Dashboards
            • Publish Dataset
            • Dashboard
        • Dashboards
          • Link
      • Edit an App
      • Delete an App
      • List of all Apps
      • Publish an App
      • Export & Import an App
    • User Allocation
    • Library
      • Custom Scripts
      • Custom Queries
      • Report Templates
    • Departments
    • Settings
  • ViewZen Analytics
    • Overview
    • Landing Page
    • Dashboard
      • List of Dashboards
      • Create a Dashboard
        • Get Started
        • Datasets
        • Sheets
        • Version Control
        • Toolbar
          • Place Components
            • Properties
              • Data Properties
                • Data Fields
                • Inbuilt Aggregation Functions
                • Dimensions
                • Measures
                • X-axis and Y-axis
                • Column
                • Data Series
              • Format Properties
                • Title / Sub Title / Label
                • Appearance
                • Legend
                • Viewer Settings
                • General Settings
                • Axis Settings
                • Axis Label Settings
                • Axis Title Settings
                • Label Formatting
                • Sorting
                • Color Formatting
                • Column Formatting
                • Stacked Header
                • Footer
                • Actions and Events
                • Chart Settings
                • Grid Settings
                • Data Series Formatting
                  • Value Series
                  • Column Series
                  • Stacked Column Series
                  • Radar Column Series
                  • Waterfall Series
                  • Line Series
                  • Bubble Series
                  • Pie Series
                  • Donut Series
                  • Funnel Series
                  • Clustered Area Series
              • Tooltip Properties
                • Properties
            • Visuals
              • Cards
              • Charts
              • Grid
              • Textbox
              • Filter
              • Image
              • Zone
            • Visuals Marketplace
          • Edit Components
          • Delete Components
        • Filters
          • Fixed Filters
            • Create Filter
              • Filter Conditional Statements
            • Edit Filter
            • Delete Filter
          • Interactive Filters
            • Create Filter
            • Edit Filter
            • Delete Filter
      • Edit a Dashboard
      • Share a Dashboard
      • Delete a Dashboard
      • View a Dashboard
      • Use Dashboard for Presentations
Powered by GitBook
On this page
  1. Appverse
  2. Apps
  3. Create an App
  4. Forms
  5. Settings

Auto Numbering

The "Auto Numbering" property provides automatic numbering, assigning a distinct identifier to each form record.

In the Unique Id settings, you can use the following properties to set the automatic numbering

  • Select Question - This refers to the field in the record that will contain the unique identifier. Therefore, you should select the required form field here.

  • Template - In the template property, you can define a dynamic prefix for the auto-numbering format. This dynamic prefix can comprise of the following

    • A static text

    • A field value of the record can be included by using {}. For example, if you want to incorporate the transaction type into the auto-numbering format and the transaction type is stored in the 'transtype' field, you would use {transtype}.

    • Supported date variables

      • The following date variables are currently supported

        • year - e.g. 2024

        • day - e.g. 12

        • weekday - e.g. 1 to 7

        • quarter -

        • millisecond

        • weekNumber - e.g. 50

        • monthShort - e.g. Jan

        • weekdayShort - e.g. Sun

        • month - e.g. 12

        • second - e.g. 23

        • hour - e.g. 13

        • minute - e.g. 55

        • weekYear - e.g. 51

        • ordinal

        • monthLong - e.g. January

        • weekdayLong - e.g. Sunday

      • To use the date variable, enclose the variable in braces {} preceded by a #. For example, use {#year}.

      • Example of a dynamic template

        • T-{transtype}/{#year}/ will evaluate to T-INV/2024/

  • No of digits - Number of digits refers to the total length or size of the auto-generated number. This setting determines how many digits will be included in the generated number, ensuring consistency in the format. For example, if the number of digits is set to 6, the auto-numbering will display numbers like 000001, 000002, and so on, padding the numbers with leading zeros to maintain the specified length.

  • Count - Count is used to set the starting number.

  • Active - When enabled, auto-numbering will be activated. By default, it is turned off.

Currently, auto numbering can be set for only one field of a form.

PreviousLanguagesNextLookup

Last updated 4 months ago

Auto numbering