Setting a visible rule for an element - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-13
Available in...

Data Fabric

MDM Platform

About this task

You can set a rule to define which element is visible under what conditions in Talend MDM Web UI.

The following example shows how to set a rule so that the optional TermDate element in the Agent entity is visible only if the year specified in the StartDate element is larger than 2010.

Procedure

  1. In the Data Model Entities area, click the element of interest.
  2. In the Properties view, click the Rules tab, and then click the Visible Rule tab.
  3. In the Expression area, set the criteria for the rule.
    You can enter the criteria directly or use the expression editor.
    In this example, use the expression editor as follows:
    1. Select Durations, Dates and Times from the Categories area.

    2. Double-click fn:year-from-date(date) from the Functions area.

      Read more information about the function from the Help area.

    3. In the Expression area, clear date from fn:year-from-date(date).

    4. Click the xpath button below to open the Select Xpath dialog box.

    5. Select Agent/StartDate and click OK to close the dialog box.

    6. Click the > button after the function.

    7. Enter 2010 after the operator >.

      The criteria are now set: fn:year-from-date(/Agent/StartDate)>2010.

  4. Save your changes, and then click OK in the Validation Result Dialog dialog box that opens.
    Warning: If you define a visible rule for a mandatory element, a warning is displayed to indicate that the mandatory field may not be visible due to the visible rule.

Results

Deploy the modified data model to the MDM server, and then go to Talend MDM Web UI to verify that the visible rule has taken effect.

For more information about how to deploy items to the MDM server, see Deploying repository items to the MDM Server.