Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Attributes

In this section, you can see various options that appear while configuring the Likert Scale. These options include:

likert scale attributes.png

Attributes

Description

Record Object

This represents the object for which the configuration is created. The object is already selected, as it was chosen during the initial configuration.

Note: This field is disabled if the user selects 'Non-Record Page' in the configuration.

Record to Preview

This feature allows users to select an object record to see how the progress bar will appear in the preview section after making changes.

Note: This field is not available if the user selects 'Non-Record Page' in the configuration.

Label

This option allows you to assign a title to the Likert Scale.

Options

This attribute used to add new items to the Likert Scale and assign specific values to each option. This allows you to customize the scale to accurately capture the range of responses or opinions, ensuring that each option reflects its intended level of agreement or satisfaction.

To know more about Options, click here

Item Source

It determines the origin of the items used in the Likert Scale.

  • Fields: Select this option to use predefined fields within your application as the source for the Likert Scale items. This allows you to leverage existing data fields for your survey or feedback questions.

  • Records: Choose this option to use specific records from your database as the source for the Likert Scale items. This is useful for dynamic surveys where the items are derived from individual records or entries.

Items

It includes options for adding follow-up questions, enabling the collection of additional feedback.

To know more about items, click here

Note: This field is visible only when the item source is set to "Fields."

Child Relationship

The "Child Relationship" field allows you to select the child object that you want to display in the Liker Scale.

To know more about Child Relationship, click here

Note: This field is visible only when the item source is set to "Fields."

Object Name

The name of the selected child relationship object will be auto-populated here in a read-only format.

Note:

  • If no child relationship object is selected, the record object will be auto-populated by default. Otherwise, you will need to choose an object for this field.

  • This field is visible only when the item source is set to "Fields."

Label Source

Allows you to select the label used for the Likert Scale items. This determines which text will appear as the questions or statements that respondents will rate.

Note: This field is visible only when the item source is set to "Fields."

Value Source

It allows you to choose a field from the selected object where user feedback will be stored.

Note: This field is visible only when the item source is set to "Fields."

Filter Criteria

Filter Criteria in the Related List component allows users to define specific conditions to filter and display within the data table.

Reference: Filter Criteria

Note: This field is visible only when the item source is set to "Fields."

Order By

This feature allows user to sort data in the related list in both ascending and descending order.

Reference: Order By

Note: This field is visible only when the item source is set to "Fields."

Padding Location

You can set the padding location for components (e.g., 'around,' 'left') to create space around them. After setting the location, you can adjust the padding size accordingly.

Margin Location

You can set the margin location for components (e.g., 'around,' 'left'). After setting the location, you can adjust the margin size accordingly.

Options

options.png
  • Label: Enter the descriptive text for each response option (e.g., "Strongly Agree", "Neutral").

  • Value: Assign a numerical value to each label to quantify the responses (e.g., 5 for "Strongly Agree," 3 for "Neutral").

Items

  • Label: Use this field to enter the question or statement for which you want users to provide feedback. For example, you might ask, "How effective was the training session in improving your skills?"

  • Value: Select this option to choose a field from the selected object where user feedback will be stored.

Child Relationship

  • This field allows you to select the child object that you want to display in the Likert Scale

  • You can configure the display to include data up to a 3-level hierarchy, enabling detailed and nested information to be shown within the Likert scale.

child .png

Filter Criteria

Operator

Supported Field Types

Description

Greater than

Number, Currency, Date

Checks if provided value is greater than in selected field.

Less than

Number, Currency, Date

Checks if provided value is less than in selected field.

For example, the filter “Course fees less than 20,000” will return records where the course fees field is below 20,000.

Equal

Number, Currency, Date, Text, Boolean, Picklist

Checks if the value of a field is equal to a specified value.

For example, the filter “Course fees Equals 20,000” will return records where the course fees field is 20,000

Not Equal

Text, Number, Currency, Date, Boolean, Picklist

Checks if the value of a field is not equal to a specified value.

Less or Equal

Number, Currency, Date

Checks if the value of a field is less than or equal to a specified value.

Greater or Equal

Number, Currency, Date

Checks if the value of a field is greater than or equal to a specified value.

During

Date

Checks if the date value of a field falls within a specified range.

Contains

Text, Picklist

Checks if the text field contains a specified substring.

Does Not Contain

Text, Picklist

Checks if the text field does not contain a specified substring.

Starts With

Text, Picklist

Checks if the text field starts with a specified substring.

Ends With

Text, Picklist

Checks if the text or picklist field ends with a specified substring.

Custom Logic for Multiple Filters:

Additionally, you can add multiple filter conditions and define custom logic for how they should be evaluated, such as 1 OR 2 AND 3.

  • AND: Provide results If all provided conditions are true.

  • OR: Provide results If one of the provided conditions are true.

image-20240807-093238.png
  • No labels