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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tWarn and tSchemaComplianceCheck

can someone help me with tWarn using tSchemaCompliance what with the trigger Run IF when a max length exceed it will warn a message0683p000009M3k6.png0683p000009M40I.png

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@kkimpoy ,check you check the below one,which you were looking for.

0683p000009M40S.png

View solution in original post

5 Replies
manodwhb
Champion II
Champion II

@kkimpoy ,check you check the below one,which you were looking for.

0683p000009M40S.png

Anonymous
Not applicable
Author

can i have some if statements, regarding for the integer that will exceed maximum length?

for example

Group will only allow 1 digit. but there's 2... id like to tWarn

@manodwhb 

 

manodwhb
Champion II
Champion II

@kkimpoy ,you can do by using tfilterrow component if the column length more than 2 then warn.

Anonymous
Not applicable
Author

how about this?

0683p000009M416.png0683p000009M41G.png

 

 

is there way i can put double condition in single if? can you teach me how

 because 

((Integer)globalMap.get("tLogRow_1_Group")) == null || ((Integer)globalMap.get("tLogRow_1_Email")) == null arent working

manodwhb
Champion II
Champion II

@kkimpoy ,can you check the screenshot0683p000009M41L.png.