Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm new to Talend and i'm having some problems attempting to apply an user defined indicator in one of my analysis. I created an indicator that shows me the records that have less than 10 caracteres and when I try to run my analysis, it says it failed to run. I created a basic column analysis that analyzes a column that only contain names. The simple Simple Statistics indicators and Text Statistics indicators work, but the others don't. I'm also trying to understand the templates that Talend use for coding in SQL, because it looks a little different.
The code I want to work on the indicator is:
SELECT * FROM TabelaFonte
WHERE LEN (Nome) < 10
I hope you can help me, thank you!