Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Garr16
Contributor
Contributor

condition in mdm talend

Hi,
I'm trying to set a default value for my field  (named "Field2") when another field (dropdownlist "Field1") value change:
For example:
   if Field1= A then Field2 = "it's A"
   if Field1=B then Field2 = "it's B"
how to do this in talend mdm
thanks,
Labels (2)
4 Replies
Anonymous
Not applicable

Hi,
Have you tried to use component tMap component in your talend MDM product?
Here is ternary if-else operator in tMap. 
The expression is Condition? value if true: value if false.
Best regards
Sabrina
Garr16
Contributor
Contributor
Author

Hi,
I have an entity and fields in the studio mdm talend . I created a role and give the rights to read and write . But at the web interface I unable to write in the fields.
 how to solve this pobléme rights?

thanks,
0683p000009MFaB.png
Anonymous
Not applicable

Hi,
With your talend MDM platform product, could you please report a ticket on talend support portal so that we can give you a remote assistance(we can check your studio by remote assistance) through support cycle with priority.
Best regards
Sabrina
Anonymous
Not applicable

Garr16 wrote:
Hi,
I have an entity and fields in the studio mdm talend . I created a role and give the rights to read and write . But at the web interface I unable to write in the fields.
 how to solve this pobléme rights?

thanks,

you have probably not assigned the role to the user .
login in the ui. go to administrator. assign the role to the user. and if you have done the rest right..you will be able to edit the fields